CI Fix Attempt #2
minecraft-pi-reborn/pipeline/head Something is wrong with the build of this commit Details
Build / build (push) Successful in 1h36m49s Details

This commit is contained in:
TheBrokenRail 2023-09-21 00:25:47 -04:00
parent e1f2867d78
commit a8835153b0
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
path: ./out/**/*.AppImage*
path: ./out/*.AppImage*
- name: Setup Go
uses: actions/setup-go@v4
with:
@ -39,6 +39,6 @@ jobs:
uses: https://gitea.com/actions/release-action@main
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./out/**/*.AppImage*
files: ./out/*.AppImage*
api_key: ${{ secrets.RELEASE_TOKEN }}
draft: true