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:
2727 Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140.dll') .
2828 Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140_1.dll') .
2929 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
3232 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
3835 - name : Upload as asset
39364037 with :
41- files : ' artifacts/* '
38+ files : ' ./Windows.zip '
4239 repo-token : ${{ secrets.GITHUB_TOKEN }}
4340
You can’t perform that action at this time.
0 commit comments