Skip to content

Commit

Permalink
🎈 ci: 测试Release
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Sep 29, 2024
1 parent b5dc706 commit 36b67ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: "安装 PDM"
run: |
(Invoke-WebRequest -Uri https://pdm-project.org/install-pdm.py -UseBasicParsing).Content | python -
$env:Path += ";$env:USERPROFILE\.local\bin"
- name: 安装依赖
- name: "安装依赖"
run: pdm install

- uses: Nuitka/Nuitka-Action@main
Expand All @@ -39,14 +40,14 @@ jobs:
windows-icon-from-ico: src/Ui/resource/image/icon.ico
output-filename: "NapCat-Desktop"

- name: 启用开发者命令提示符
- name: "启用开发者命令提示符"
uses: ilammy/[email protected]

- name: 添加清单文件
- name: "添加清单文件"
run: |
mt.exe -manifest ./assets/NapCat-Desktop.exe.manifest -outputresource:./build/NapCat-Desktop.exe;1
- name: 上传工件
- name: "上传工件"
uses: actions/upload-artifact@v3
with:
name: NapCat-Desktop
Expand Down

0 comments on commit 36b67ef

Please sign in to comment.