Skip to content

Commit db5a1f4

Browse files
committed
测试git action
1 parent 903ef93 commit db5a1f4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/build.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,33 @@ jobs:
4545
uses: actions/download-artifact@v2
4646
- name: Display structure of downloaded files
4747
run: ls -R
48+
- name: zip win32-x64
49+
uses: TheDoctor0/[email protected]
50+
with:
51+
filename: win32-x64.zip
52+
path: win32-x64
53+
- name: zip linux-x64
54+
uses: TheDoctor0/[email protected]
55+
with:
56+
filename: linux-x64.zip
57+
path: linux-x64
58+
- name: zip darwin-x64
59+
uses: TheDoctor0/[email protected]
60+
with:
61+
filename: darwin-x64.zip
62+
path: darwin-x64
63+
- name: zip darwin-arm64
64+
uses: TheDoctor0/[email protected]
65+
with:
66+
filename: darwin-arm64.zip
67+
path: darwin-arm64
68+
4869
- name: Release
4970
uses: softprops/action-gh-release@v1
5071
if: startsWith(github.ref, 'refs/tags/')
5172
with:
73+
name: CodeFormat
74+
draft: true
5275
generate_release_notes: true
5376
files: |
5477
linux-x64.zip

0 commit comments

Comments
 (0)