File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,14 @@ jobs:
27
27
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140.dll') .
28
28
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140_1.dll') .
29
29
working-directory : ./build/windows/runner/Release
30
- - name : Create artifact
31
- uses : actions/upload-artifact@v2
30
+ - name : Create zip
31
+ uses : papeloto/action-zip@v1
32
32
with :
33
- name : CCExtractor Flutter GUI Windows
34
- path : |
35
- ./build/windows/runner/Release/*.exe
36
- ./build/windows/runner/Release/*.dll
37
- ./build/windows/runner/Release/data
33
+ files : ./build/windows/runner/Release/
34
+ dest : ./Windows.zip
38
35
- name : Upload as asset
39
36
40
37
with :
41
- files : ' artifacts/* '
38
+ files : ' ./Windows.zip '
42
39
repo-token : ${{ secrets.GITHUB_TOKEN }}
43
40
You can’t perform that action at this time.
0 commit comments