Merge branch 'main' of https://gitea.xeovalyte.dev/xeovalyte/toos-halloween
This commit is contained in:
commit
6af55a17bf
@ -28,13 +28,10 @@ jobs:
|
||||
- name: install frontend dependencies
|
||||
run: npm install # change this to npm or pnpm depending on which one you use
|
||||
working-directory: ./toos-dashboard
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
- run: npm run tauri build
|
||||
working-directory: ./toos-dashboard
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
||||
releaseName: 'App v__VERSION__'
|
||||
releaseBody: 'See the assets to download this version and install.'
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
name: toos-dashboard.AppImage
|
||||
path: toos-dashboard/src-tauri/target/release/bundle/appimage/*.AppImage
|
||||
|
Loading…
Reference in New Issue
Block a user