attempt fix 3
This commit is contained in:
@@ -35,10 +35,11 @@ jobs:
|
|||||||
inspect "${{ env.PBO_NAME }}"
|
inspect "${{ env.PBO_NAME }}"
|
||||||
|
|
||||||
- name: Upload PBO as artifact
|
- name: Upload PBO as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.PBO_NAME }}
|
name: ${{ env.PBO_NAME }}
|
||||||
path: ./
|
path: ${{ env.PBO_NAME }}
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: false
|
if: false
|
||||||
|
|||||||
Reference in New Issue
Block a user