tauri workflow fixes
This commit is contained in:
parent
5567959afd
commit
5287825279
1 changed files with 1 additions and 5 deletions
6
.github/workflows/tauri.yml
vendored
6
.github/workflows/tauri.yml
vendored
|
|
@ -27,9 +27,6 @@ jobs:
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8.6.2
|
version: 8.6.2
|
||||||
run_install: |
|
|
||||||
- recursive: true
|
|
||||||
args: [--frozen-lockfile, --global]
|
|
||||||
|
|
||||||
- name: Node.js setup
|
- name: Node.js setup
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|
@ -48,7 +45,7 @@ jobs:
|
||||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|
||||||
- name: Install app dependencies from lockfile and build web
|
- name: Install app dependencies from lockfile and build web
|
||||||
run: pnpm i
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
|
|
@ -60,7 +57,6 @@ jobs:
|
||||||
tagName: ${{ github.ref_name }}
|
tagName: ${{ github.ref_name }}
|
||||||
releaseName: "Strudel v__VERSION__"
|
releaseName: "Strudel v__VERSION__"
|
||||||
releaseBody: |
|
releaseBody: |
|
||||||
${{steps.build_changelog.outputs.changelog}}
|
|
||||||
See the assets to download this version and install.
|
See the assets to download this version and install.
|
||||||
releaseDraft: true
|
releaseDraft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue