File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments