Skip to content

Commit 4bb37fa

Browse files
committed
测试git action
1 parent df023ed commit 4bb37fa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,28 @@ jobs:
7676
uses: TheDoctor0/[email protected]
7777
with:
7878
filename: win32-x64.zip
79-
directory: win32-x64
79+
path: win32-x64/*
80+
8081
- name: zip win32-x86
8182
uses: TheDoctor0/[email protected]
8283
with:
8384
filename: win32-x86.zip
84-
directory: win32-x86
85+
path: win32-x86/*
8586
- name: zip linux-x64
8687
uses: TheDoctor0/[email protected]
8788
with:
8889
filename: linux-x64.zip
89-
directory: linux-x64
90+
path: linux-x64/*
9091
- name: zip darwin-x64
9192
uses: TheDoctor0/[email protected]
9293
with:
9394
filename: darwin-x64.zip
94-
directory: darwin-x64
95+
path: darwin-x64/*
9596
- name: zip darwin-arm64
9697
uses: TheDoctor0/[email protected]
9798
with:
9899
filename: darwin-arm64.zip
99-
directory: darwin-arm64
100+
path: darwin-arm64/*
100101
- name: Release
101102
uses: softprops/action-gh-release@v1
102103
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)