Skip to content

Commit 4a5c5a7

Browse files
committed
build: github copilot got me this time
1 parent 334b63d commit 4a5c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-linux/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: move binary to target directory
2929
run: |
3030
mkdir -p dist-linux
31-
mv src-tauri/target/debug/algokit-explorer dist-linux
31+
mv src-tauri/target/release/algokit-explorer dist-linux
3232
shell: bash
3333

3434
- name: Generate snapcraft.yaml

0 commit comments

Comments
 (0)