Skip to content

Commit 321c9af

Browse files
committed
build: debug
1 parent 4a5c5a7 commit 321c9af

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)