Skip to content

Commit 10f6f8a

Browse files
committed
fix(ci): use correct binary name (zero-limit.exe) for portable artifact
1 parent 6022c4c commit 10f6f8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080
run: |
8181
VERSION="${{ needs.create-release.outputs.version }}"
82-
cp src-tauri/target/x86_64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_portable.exe"
82+
cp src-tauri/target/x86_64-pc-windows-msvc/release/zero-limit.exe "ZeroLimit_${VERSION}_portable.exe"
8383
8484
- name: Upload artifacts to release
8585
uses: softprops/action-gh-release@v2
@@ -136,7 +136,7 @@ jobs:
136136
shell: bash
137137
run: |
138138
VERSION="${{ needs.create-release.outputs.version }}"
139-
cp src-tauri/target/aarch64-pc-windows-msvc/release/ZeroLimit.exe "ZeroLimit_${VERSION}_arm64_portable.exe"
139+
cp src-tauri/target/aarch64-pc-windows-msvc/release/zero-limit.exe "ZeroLimit_${VERSION}_arm64_portable.exe"
140140
141141
- name: Upload artifacts to release
142142
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)