Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m52s
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m52s
This commit is contained in:
@@ -65,11 +65,11 @@ jobs:
|
||||
- name: Save Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Prod-${{ github.ref_type == "tag" && github.ref_name || "master" }}-x86_64.AppImage
|
||||
name: Prod-${{ github.ref_type == 'tag' && github.ref_name || 'master' }}-x86_64.AppImage
|
||||
path: Prod-latest-x86_64.AppImage
|
||||
|
||||
- name: Create New Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: Prod-latest-x86_64.AppImage
|
||||
prerelease: ${{ github.ref_type == "tag" }}
|
||||
prerelease: ${{ github.ref_type == 'tag' }}
|
||||
|
||||
Reference in New Issue
Block a user