Commit b81ca7c 1 parent 90b14f8 commit b81ca7c Copy full SHA for b81ca7c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : 构建
2
2
3
3
on :
4
- push :
5
- pull_request :
6
4
release :
7
5
types : [published]
6
+ pull_request :
8
7
workflow_dispatch :
8
+ push :
9
9
10
10
concurrency :
11
11
group : build-${{ github.ref }}
@@ -41,12 +41,12 @@ jobs:
41
41
42
42
- name : Compress GUI contents
43
43
run : |
44
- Compress-Archive -Path ./dist/* -DestinationPath gui_contents.zip
44
+ Compress-Archive -Path ./dist/* -DestinationPath gui_contents-${{ matrix.os }}-${{ matrix.arch }} .zip
45
45
46
46
- name : Upload assets to GitHub Release
47
47
if : github.event_name == 'release' && github.event.action == 'published'
48
48
uses : softprops/action-gh-release@v1
49
49
with :
50
- files : gui_contents.zip
50
+ files : gui_contents-${{ matrix.os }}-${{ matrix.arch }} .zip
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments