Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

Commit 95c6490

Browse files
committed
Fix CI
1 parent 5bf9baa commit 95c6490

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- x86_64-unknown-linux-gnu
1818
- x86_64-unknown-linux-musl
1919
- aarch64-unknown-linux-gnu
20-
- aarch64-unknown-linux-musl
2120

2221
steps:
2322
- name: Checkout code
@@ -75,9 +74,6 @@ jobs:
7574
prerelease: true
7675
draft: false
7776
files: build/release/*
78-
body: |
79-
## 更新日志:
80-
* 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新
8177

8278
build-windows:
8379
runs-on: windows-latest
@@ -122,7 +118,7 @@ jobs:
122118
- name: Package
123119
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
124120
shell: pwsh
125-
run: 7z a -mx9 "build/release/$env:ProjectName-${{ steps.tag.outputs.tag }}.${{ matrix.target }}.7z" "./target/${{ matrix.target }}/release/${{ env.ProjectName }}.exe"
121+
run: 7z a -mx9 "build/release/$env:ProjectName-${{ steps.tag.outputs.tag }}.${{ env.TARGET }}.7z" "./target/${{ env.TARGET }}/release/${{ env.ProjectName }}.exe"
126122

127123
- name: Create a new GitHub release if a new tag is pushed
128124
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)