We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b63d commit 4a5c5a7Copy full SHA for 4a5c5a7
.github/actions/build-linux/action.yaml
@@ -28,7 +28,7 @@ runs:
28
- name: move binary to target directory
29
run: |
30
mkdir -p dist-linux
31
- mv src-tauri/target/debug/algokit-explorer dist-linux
+ mv src-tauri/target/release/algokit-explorer dist-linux
32
shell: bash
33
34
- name: Generate snapcraft.yaml
0 commit comments