From 4ee3db2c645ae979beeda73e241998b9fad0549b Mon Sep 17 00:00:00 2001 From: Jett <55758076+Jettford@users.noreply.github.com> Date: Tue, 9 May 2023 23:15:26 +0100 Subject: [PATCH] Update publishing.yml --- .github/workflows/publishing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 48c07eb9..99ca0de7 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -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 \