Skip to content

Commit

Permalink
add packages build #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnnner committed May 22, 2024
1 parent 4c74470 commit cc3a0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# 安装依赖执行构建,以及推送 github release
- name: Install app dependencies and build it
run: pnpm i && pnpm tauri build
- uses: tauri-apps/tauri-action@vdev
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
releaseName: 'Wallpapers v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'Wallpapers图片浏览器'
releaseDraft: true
prerelease: false
prerelease: false
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}

0 comments on commit cc3a0d3

Please sign in to comment.