CI Fix Attempt #2
This commit is contained in:
parent
e1f2867d78
commit
a8835153b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user