mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:39:47 +00:00
Test update file job without linux on ARM64
This commit is contained in:
parent
08b00a23cf
commit
675ce5e571
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user