Test update file job without linux on ARM64

This commit is contained in:
Thorsten Sommer 2024-06-15 14:23:52 +02:00
parent 08b00a23cf
commit 675ce5e571
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -395,7 +395,7 @@ jobs:
create_update_file:
name: Create Tauri update file
runs-on: ubuntu-latest
needs: [build_main, build_linux_arm64, read_metadata]
needs: [build_main, read_metadata] # TODO: build_linux_arm64
steps:
- name: Create artifact directory
run: mkdir -p $GITHUB_WORKSPACE/artifacts