Skip to content

Commit

Permalink
Update tauri-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Feb 21, 2024
1 parent 299e041 commit bbc4e10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install pnpm
run: npm install -g pnpm

- name: install frontend dependencies
run: pnpm install

Expand All @@ -44,4 +47,4 @@ jobs:
releaseName: 'Cosmos Journeyer __VERSION__'
releaseBody: 'The new version of Cosmos Journeyer is online at https://barthpaleologue.github.io/CosmosJourneyer/ You can also install the app built using Tauri.'
releaseDraft: true
prerelease: false
prerelease: false

0 comments on commit bbc4e10

Please sign in to comment.