Skip to content

Commit

Permalink
update tauri action
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 19, 2023
1 parent 45ae20e commit 769f31a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
- name: Install Frontend Dependencies
run: pnpm i
- uses: tauri-apps/tauri-action@v0
- uses: spacebarchat/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: spacebar-v__VERSION__
releaseName: "Spacebar Client v__VERSION__"
releaseBody: "See the assets to download this version and install."
tagName: client-__BRANCH__-v__VERSION__
releaseName: "Spacebar Client v__VERSION__ (__BRANCH__)"
releaseBody: "See the assets to download this version and install. The current commit is __SHA__."
releaseDraft: false
prerelease: true
includeDebug: true
includeRelease: true
includeUpdaterJson: true
shaAsVersion: true

0 comments on commit 769f31a

Please sign in to comment.