We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a20016 commit d749dd5Copy full SHA for d749dd5
1 file changed
.github/workflows/publish-browser.yml
@@ -47,8 +47,8 @@ jobs:
47
use_git_cli: true
48
artefact_name: "Blitz_0.0.0_windows_aarch64"
49
artefact_path: |
50
- ./target/dx/blitz/bundle/windows/bundle/msi/Blitz_0.0.0_aarch64_en-US.msi
51
- ./target/dx/blitz/bundle/windows/bundle/nsis/Blitz_0.0.0_aarch64-setup.exe
+ ./target/dx/blitz/bundle/windows/bundle/msi/Blitz_0.0.0_arm64_en-US.msi
+ ./target/dx/blitz/bundle/windows/bundle/nsis/Blitz_0.0.0_arm64-setup.exe
52
- target: x86_64-apple-darwin
53
os: macos-15-intel
54
use_git_cli: false
0 commit comments