test upload
This commit is contained in:
@@ -29,11 +29,17 @@ jobs:
|
|||||||
args: inspect "build/${{ env.PBO_NAME }}"
|
args: inspect "build/${{ env.PBO_NAME }}"
|
||||||
|
|
||||||
- name: Upload PBO as artifact
|
- name: Upload PBO as artifact
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.PBO_NAME }}
|
name: ${{ env.PBO_NAME }}
|
||||||
path: build/${{ env.PBO_NAME }}
|
path: build/${{ env.PBO_NAME }}
|
||||||
if-no-files-found: error
|
archive: false
|
||||||
|
retention-days: 5
|
||||||
|
# uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
|
# with:
|
||||||
|
# name: ${{ env.PBO_NAME }}
|
||||||
|
# path: build/${{ env.PBO_NAME }}
|
||||||
|
# if-no-files-found: error
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: false
|
if: false
|
||||||
|
|||||||
Reference in New Issue
Block a user