Skip to content

Commit

Permalink
build: github copilot got me this time
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent 334b63d commit 4a5c5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
- name: move binary to target directory
run: |
mkdir -p dist-linux
mv src-tauri/target/debug/algokit-explorer dist-linux
mv src-tauri/target/release/algokit-explorer dist-linux
shell: bash

- name: Generate snapcraft.yaml
Expand Down

0 comments on commit 4a5c5a7

Please sign in to comment.