Add missed if case

This commit is contained in:
Pierre Jacquier
2024-07-16 18:39:07 -04:00
parent e4567b43f8
commit fe21d66c0d

View File

@ -347,6 +347,7 @@ jobs:
path: "src-tauri/target/${{ env.BUILD_RELEASE == 'true' && 'release' || 'debug' }}/bundle/*/*" path: "src-tauri/target/${{ env.BUILD_RELEASE == 'true' && 'release' || 'debug' }}/bundle/*/*"
- name: Build the app (debug) for aarch64 - name: Build the app (debug) for aarch64
if: ${{ env.BUILD_RELEASE == 'false' }}
run: yarn run tauri build --debug --target aarch64-pc-windows-msvc run: yarn run tauri build --debug --target aarch64-pc-windows-msvc
- name: Build the app (release) and sign for aarch64 - name: Build the app (release) and sign for aarch64