Skip to content

Commit bb2285c

Browse files
committed
修复github action 错误
1 parent 06da065 commit bb2285c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Display structure of downloaded files
7474
run: ls -R
7575
- name: zip win32-x64
76-
uses: TheDoctor0/zip-release@v0.6.1
76+
uses: TheDoctor0/zip-release@master
7777
with:
7878
filename: win32-x64.zip
7979
directory: win32-x64
@@ -84,7 +84,7 @@ jobs:
8484
emmy_tool.exe
8585
8686
- name: zip win32-x86
87-
uses: TheDoctor0/zip-release@v0.6.1
87+
uses: TheDoctor0/zip-release@master
8888
with:
8989
filename: win32-x86.zip
9090
directory: win32-x86
@@ -94,17 +94,17 @@ jobs:
9494
emmy_hook.dll
9595
emmy_tool.exe
9696
- name: zip linux-x64
97-
uses: TheDoctor0/zip-release@v0.6.1
97+
uses: TheDoctor0/zip-release@master
9898
with:
9999
filename: linux-x64.zip
100100
path: linux-x64/emmy_core.so
101101
- name: zip darwin-x64
102-
uses: TheDoctor0/zip-release@v0.6.1
102+
uses: TheDoctor0/zip-release@master
103103
with:
104104
filename: darwin-x64.zip
105105
path: darwin-x64/emmy_core.dylib
106106
- name: zip darwin-arm64
107-
uses: TheDoctor0/zip-release@v0.6.1
107+
uses: TheDoctor0/zip-release@master
108108
with:
109109
filename: darwin-arm64.zip
110110
path: darwin-arm64/emmy_core.dylib

0 commit comments

Comments
 (0)