Skip to content

Commit 6022c4c

Browse files
committed
fix(ci): use bash shell for portable executable preparation step
1 parent 0a80f96 commit 6022c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
run: pnpm tauri build --target x86_64-pc-windows-msvc
7777

7878
- name: Prepare portable executable
79+
shell: bash
7980
run: |
8081
VERSION="${{ needs.create-release.outputs.version }}"
8182
cp src-tauri/target/x86_64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_portable.exe"
@@ -132,6 +133,7 @@ jobs:
132133
run: pnpm tauri build --target aarch64-pc-windows-msvc
133134

134135
- name: Prepare portable executable
136+
shell: bash
135137
run: |
136138
VERSION="${{ needs.create-release.outputs.version }}"
137139
cp src-tauri/target/aarch64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_arm64_portable.exe"

0 commit comments

Comments
 (0)