File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
.github/actions/build-linux Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,13 @@ runs:
2222 sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ inputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
2323 shell : bash
2424
25- # - name: build tauri app
26- # uses: tauri-apps/tauri-action@v0
25+ - name : build tauri app
26+ uses : tauri-apps/tauri-action@v0
2727
28- # - name: move binary to target directory
29- # run: |
30- # mkdir -p dist
31- # mv src-tauri/target/release/algokit-explorer dist
32- # shell: bash
33-
34- - name : HACK - move binary to target directory
28+ - name : move binary to target directory
3529 run : |
3630 mkdir -p dist
37- mv src/assets/react.svg dist/algokit-explorer
31+ mv src-tauri/target/release/algokit-explorer dist/algokit-explorer
3832 shell : bash
3933
4034 - name : Upload binary as artifact
You can’t perform that action at this time.
0 commit comments