mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
Update tauri.yml
This commit is contained in:
parent
a6ccdd24a0
commit
cdea3bea19
7
.github/workflows/tauri.yml
vendored
7
.github/workflows/tauri.yml
vendored
@ -31,15 +31,12 @@ 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
|
||||
- name: Set Short SHA
|
||||
id: vars
|
||||
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tagName: "client-${{ github.github.ref_name }}_${{ steps.vars.outputs.sha_short }}"
|
||||
releaseName: "Spacebar Client ${{ github.github.ref_name }}_${{ steps.vars.outputs.sha_short }}"
|
||||
tagName: spacebar-v__VERSION__
|
||||
releaseName: "Spacebar Client v__VERSION__"
|
||||
releaseBody: "See the assets to download this version and install."
|
||||
releaseDraft: false
|
||||
prerelease: true
|
||||
|
Loading…
Reference in New Issue
Block a user