Skip to content

Commit

Permalink
release 1.1.4 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnnner committed May 23, 2024
1 parent 3ec3b7e commit 1dea23a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
tag_name: '${{ steps.get_version.outputs.VERSION }}'
release_name: 'Wallpapers ${{ steps.get_version.outputs.VERSION }}'
body: 'Wallpapers图片浏览器'
body: 'Release ${{ steps.get_version.outputs.VERSION }}'

# 编译 Tauri
build-tauri:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- 'v*'
workflow_dispatch:

permissions: write-all

jobs:
release:
permissions:
contents: write
strategy:
fail-fast: false
matrix:
Expand All @@ -29,6 +29,8 @@ jobs:

- name: Rust setup
uses: dtolnay/[email protected]
with:
targets: aarch64-apple-darwin

- name: Add Rust target
run: rustup target add ${{ matrix.target }}
Expand All @@ -41,12 +43,12 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version: "20"

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8.6.1
version: 9
run_install: false

- name: Pnpm install
Expand All @@ -68,4 +70,3 @@ jobs:
releaseBody: 'fix bugs and add new features'
releaseDraft: false
prerelease: false
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Wallpapers",
"version": "1.1.3"
"version": "1.1.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1dea23a

Please sign in to comment.