fix: add fix for aarch64 build and start working on github upload

This commit is contained in:
DecDuck
2025-08-03 14:47:29 +10:00
parent 38dd6a2c64
commit 4389d8beb8
2 changed files with 9 additions and 2 deletions

View File

@ -88,7 +88,8 @@ jobs:
- name: install frontend dependencies
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
- uses: tauri-apps/tauri-action@v0
- name: build
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
@ -105,4 +106,6 @@ jobs:
- name: Bundle AppImage
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
run: |
export TAG v${{ steps.build.appVersion }}
echo "Bundling $TAG"
./build_appimage.sh --nobuild