Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienD committed Aug 15, 2024
1 parent b356524 commit 61d5bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
id: create-release
uses: actions/github-script@v6
with:
node-version: 20
script: |
const { data } = await github.rest.repos.createRelease({
owner: context.repo.owner,
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.5.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -103,6 +104,7 @@ jobs:
env:
release_id: ${{ needs.create-release.outputs.release_id }}
with:
node-version: 20
script: |
github.rest.repos.updateRelease({
owner: context.repo.owner,
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 @@ -13,7 +13,7 @@
"icons/128x128.png",
"icons/icon.ico"
],
"createUpdaterArtifacts": "v1Compatible"
"createUpdaterArtifacts": false
},
"productName": "gui-for-gcp-emulators",
"version": "0.1.0",
Expand Down

0 comments on commit 61d5bcd

Please sign in to comment.