File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,19 @@ 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
28+ # - name: move binary to target directory
29+ # run: |
30+ # mkdir -p dist-linux
31+ # mv src-tauri/target/release/algokit-explorer dist-linux
32+ # shell: bash
33+
34+ - name : HACK - move binary to target directory
2935 run : |
3036 mkdir -p dist-linux
31- mv src-tauri/target/release/algokit-explorer dist-linux
37+ mv src/assets/react.svg dist-linux/algokit-explorer
3238 shell : bash
3339
3440 - name : Generate snapcraft.yaml
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122122 path : artifacts
123123
124124 - name : publish Linux Snap
125+ if : ${{ runner.os == 'Linux' }}
125126 uses : ./.github/actions/publish-linux-snap
126127 with :
127128 artifacts-path : artifacts
You can’t perform that action at this time.
0 commit comments