Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 13, 2024
1 parent 9d353ab commit 8b03325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,13 @@ jobs:
- name: install frontend dependencies
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.

# - name: Build Other app
# if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-20.04'
# run: pnpm tauri build

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
tagName: PakePlus-v__VERSION__
releaseName: 'PakePlus v__VERSION__'
body_path: ./Note.md
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'PakePlus v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
tagName: ${{ github.ref_name }}
releaseName: 'PakePlus v__VERSION__'
body_path: ./Note.md
releaseDraft: false
prerelease: false
Expand Down

0 comments on commit 8b03325

Please sign in to comment.