File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,16 @@ jobs:
102
102
steps :
103
103
- name : Download artifacts
104
104
uses : actions/download-artifact@v2
105
- - name : Inspect directory after downloading artifacts
105
+ - name : Rezip windows artifact
106
+ uses : montudor/action-zip@v1
107
+ with :
108
+ args : zip -r wextract-win64.zip wextract-win64
109
+ - name : Inspect directory
106
110
run : ls -alFR
107
111
- name : Create release and upload artifacts
108
112
env :
109
113
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110
114
run : |
111
115
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
112
116
chmod +x pyuploadtool-x86_64.AppImage
113
- ./pyuploadtool-x86_64.AppImage **/wextract*.AppImage* **/ wextract-win64* .zip*
117
+ ./pyuploadtool-x86_64.AppImage **/wextract*.AppImage* wextract-win64.zip
You can’t perform that action at this time.
0 commit comments