File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -76,27 +76,28 @@ jobs:
7676 uses : TheDoctor0/zip-release@v0.2.1
7777 with :
7878 filename : win32-x64.zip
79- directory : win32-x64
79+ path : win32-x64/*
80+
8081 - name : zip win32-x86
8182 uses : TheDoctor0/zip-release@v0.2.1
8283 with :
8384 filename : win32-x86.zip
84- directory : win32-x86
85+ path : win32-x86/*
8586 - name : zip linux-x64
8687 uses : TheDoctor0/zip-release@v0.2.1
8788 with :
8889 filename : linux-x64.zip
89- directory : linux-x64
90+ path : linux-x64/*
9091 - name : zip darwin-x64
9192 uses : TheDoctor0/zip-release@v0.2.1
9293 with :
9394 filename : darwin-x64.zip
94- directory : darwin-x64
95+ path : darwin-x64/*
9596 - name : zip darwin-arm64
9697 uses : TheDoctor0/zip-release@v0.2.1
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/')
You can’t perform that action at this time.
0 commit comments