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
|
- name: install frontend dependencies
|
||||||
run: npm install # change this to npm or pnpm depending on which one you use
|
run: npm install # change this to npm or pnpm depending on which one you use
|
||||||
working-directory: ./toos-dashboard
|
working-directory: ./toos-dashboard
|
||||||
- uses: tauri-apps/tauri-action@v0
|
- run: npm run tauri build
|
||||||
working-directory: ./toos-dashboard
|
working-directory: ./toos-dashboard
|
||||||
env:
|
- uses: actions/upload-artifact@v3
|
||||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
name: toos-dashboard.AppImage
|
||||||
releaseName: 'App v__VERSION__'
|
path: toos-dashboard/src-tauri/target/release/bundle/appimage/*.AppImage
|
||||||
releaseBody: 'See the assets to download this version and install.'
|
|
||||||
releaseDraft: true
|
|
||||||
prerelease: false
|
|
Loading…
Reference in New Issue
Block a user