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