Update publishing.yml

This commit is contained in:
Jett 2023-05-09 23:15:26 +01:00 committed by GitHub
parent 208af68ca0
commit 4ee3db2c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for file in artifacts/*; do
for file in artifacts/*; do zip ${file%.*}.zip $file; done
for file in *.zip; do
echo "Uploading $file"
curl --progress-bar \
-X POST \