Update .gitea/workflows/workflow.yml

This commit is contained in:
xeovalyte 2023-10-27 12:51:45 +02:00
parent 9670bed8e8
commit d713becd68

View File

@ -30,4 +30,13 @@ jobs:
working-directory: ./toos-dashboard
- run: npm run tauri build
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}}'