Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 12m3s
All checks were successful
Build CI / AMD64 Build (push) Successful in 12m3s
This commit is contained in:
@@ -63,5 +63,10 @@ jobs:
|
||||
- name: Save Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Prod.appimage
|
||||
path: prod.appimage
|
||||
name: Prod-latest-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: true
|
||||
|
||||
Reference in New Issue
Block a user