We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a80f96 commit 6022c4cCopy full SHA for 6022c4c
.github/workflows/build-release.yml
@@ -76,6 +76,7 @@ jobs:
76
run: pnpm tauri build --target x86_64-pc-windows-msvc
77
78
- name: Prepare portable executable
79
+ shell: bash
80
run: |
81
VERSION="${{ needs.create-release.outputs.version }}"
82
cp src-tauri/target/x86_64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_portable.exe"
@@ -132,6 +133,7 @@ jobs:
132
133
run: pnpm tauri build --target aarch64-pc-windows-msvc
134
135
136
137
138
139
cp src-tauri/target/aarch64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_arm64_portable.exe"
0 commit comments