Skip to content

Commit f5063a5

Browse files
committed
build: build for real
1 parent 436b5de commit f5063a5

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

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

0 commit comments

Comments
 (0)