Update artifact upload action and retention period in build workflow
This commit is contained in:
@@ -37,9 +37,9 @@ jobs:
|
||||
dotnet-target: "net9.0"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: build-artifact
|
||||
retention-days: 30
|
||||
retention-days: 5
|
||||
if-no-files-found: error
|
||||
path: ${{ steps.jprm.outputs.artifact }}
|
||||
|
||||
Reference in New Issue
Block a user