Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 陈生杂物房 <88823709+TC999@users.noreply.github.com>
  • Loading branch information
TC999 authored Dec 4, 2024
1 parent a098055 commit d51b726
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
with:
command: build
args: --release
- name: 上传文件
uses: actions/upload-artifact@v4
with:
name: AppDataCleaner
path: |
target\release\AppDataCleaner.exe
target\release\AppDataCleaner.pdb
#- name: 上传文件
# uses: actions/upload-artifact@v4
# with:
# name: AppDataCleaner
# path: |
# target\release\AppDataCleaner.exe
# target\release\AppDataCleaner.pdb
- name: 自动发布发行版
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit d51b726

Please sign in to comment.