Skip to content

Commit e771375

Browse files
author
pompurin404
committed
0.1.5
1 parent e2dc461 commit e771375

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
npm_config_target_arch: ${{ matrix.arch }}
4545
run: pnpm build:win --${{ matrix.arch }}
4646
- name: Upload Artifacts
47-
if: startsWith(github.ref, 'refs/head/')
47+
if: startsWith(github.ref, 'refs/heads/')
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: Windows ${{ matrix.arch }}
@@ -93,7 +93,7 @@ jobs:
9393
npm_config_target_arch: ${{ matrix.arch }}
9494
run: pnpm build:linux --${{ matrix.arch }}
9595
- name: Upload Artifacts
96-
if: startsWith(github.ref, 'refs/head/')
96+
if: startsWith(github.ref, 'refs/heads/')
9797
uses: actions/upload-artifact@v4
9898
with:
9999
name: Linux ${{ matrix.arch }}
@@ -144,7 +144,7 @@ jobs:
144144
npm_config_target_arch: ${{ matrix.arch }}
145145
run: pnpm build:mac --${{ matrix.arch }}
146146
- name: Upload Artifacts
147-
if: startsWith(github.ref, 'refs/head/')
147+
if: startsWith(github.ref, 'refs/heads/')
148148
uses: actions/upload-artifact@v4
149149
with:
150150
name: MacOS ${{ matrix.arch }}
@@ -199,7 +199,7 @@ jobs:
199199
allow_empty_commits: false
200200

201201
aur-git-updater:
202-
if: startsWith(github.ref, 'refs/head/')
202+
if: startsWith(github.ref, 'refs/heads/')
203203
runs-on: ubuntu-latest
204204
steps:
205205
- uses: actions/checkout@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mihomo-party",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Mihomo Party",
55
"main": "./out/main/index.js",
66
"author": "mihomo-party",

0 commit comments

Comments
 (0)