Skip to content

Commit

Permalink
fix release err
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0yu committed Nov 23, 2023
1 parent 092c724 commit 0555985
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,15 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: artifacts/**
files: |
artifacts/anew-aarch64
artifacts/anew-armv7
artifacts/anew-linux
artifacts/anew-linux-i386
artifacts/anew-osx-arm64
artifacts/anew-osx-x86_64
artifacts/anew-windows.exe
artifacts/anew-windows-i686.exe
# 这将自动使用推送的 Git 标签作为 Release 名称
tag_name: ${{ github.ref }}
# 这里可以添加更多的配置,比如 release 名称、body 等
Expand Down

0 comments on commit 0555985

Please sign in to comment.