Skip to content

Commit

Permalink
ci: test release build for version 0.0.15 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Aug 22, 2023
1 parent ed5a63e commit ada954c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm install -g pnpm
- name: install frontend dependencies
run: pnpm install
- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esp-helm",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "esp-helm",
"version": "0.0.14"
"version": "0.0.15"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ada954c

Please sign in to comment.