Skip to content

Commit e24588d

Browse files
committed
ci: 更新 GitHub Action
1 parent dfa5a70 commit e24588d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ jobs:
5757

5858
- name: Zip Mac Build
5959
if: matrix.build.platform == 'darwin/arm64'
60-
run: zip -r build/bin/小鸦抢课-amd64.app.zip build/bin/小鸦抢课-amd64.app && zip -r build/bin/小鸦抢课-arm64.app.zip build/bin/小鸦抢课-arm64.app
60+
run: zip -r build/bin/xyqk-mac-arm64.app.zip build/bin/小鸦抢课.app
6161

62-
- name: Create Release
63-
uses: softprops/action-gh-release@v2
64-
with:
65-
files: |
66-
build/bin/*
67-
draft: false
68-
prerelease: true
69-
70-
# - name: Upload Artifacts
71-
# uses: actions/upload-artifact@v4
62+
# - name: Create Release
63+
# uses: softprops/action-gh-release@v2
7264
# with:
73-
# name: ${{ matrix.build.name }}
74-
# path: build/bin/*
65+
# files: |
66+
# build/bin/*
67+
# draft: false
68+
# prerelease: true
69+
70+
- name: Upload Artifacts
71+
uses: actions/upload-artifact@v4
72+
with:
73+
name: ${{ matrix.build.name }}
74+
path: build/bin/*

frontend/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Header() {
4141
className='w-full h-full flex items-center justify-start text-sm gap-2 pl-3'
4242
>
4343
<span className='font-bold' data-tg-tour='测试'>小鸦抢课</span>
44-
<Tag id='version' className='m-0 border-rose-950 bg-white leading-none py-[0.15rem] px-[0.3rem]'>2.1.2</Tag>
44+
<Tag id='version' className='m-0 border-rose-950 bg-white leading-none py-[0.15rem] px-[0.3rem]'>2.1.4</Tag>
4545
<Tag id='status' className='m-0 border-rose-950 bg-white leading-none py-[0.15rem] px-[0.3rem]'>{systemStatus}</Tag>
4646
</p>
4747
<button

0 commit comments

Comments
 (0)