Skip to content

Commit 5a85ff9

Browse files
committed
Zip artifacts
1 parent 49a4dc3 commit 5a85ff9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,16 @@ jobs:
102102
steps:
103103
- name: Download artifacts
104104
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
106110
run: ls -alFR
107111
- name: Create release and upload artifacts
108112
env:
109113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110114
run: |
111115
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
112116
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

0 commit comments

Comments
 (0)