This commit is contained in:
Xeovalyte 2023-10-27 15:03:04 +02:00
commit 6af55a17bf

View File

@ -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