Update .gitea/workflows/workflow.yml
This commit is contained in:
parent
9670bed8e8
commit
d713becd68
@ -30,4 +30,13 @@ jobs:
|
|||||||
working-directory: ./toos-dashboard
|
working-directory: ./toos-dashboard
|
||||||
- run: npm run tauri build
|
- run: npm run tauri build
|
||||||
working-directory: ./toos-dashboard
|
working-directory: ./toos-dashboard
|
||||||
|
- name: Publish release
|
||||||
|
working-directory: ./toos-dashboard
|
||||||
|
id: use-go-action
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
working-directory: ./toos-dashboard
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
src-tauri/target/release/bundle/appimage/*.AppImage
|
||||||
|
api_key: '${{secrets.TOKEN}}'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user