From ab662cd2989df69ffac73c57294c15ec45c2ce9f Mon Sep 17 00:00:00 2001 From: Scyu_ Date: Thu, 8 Aug 2024 15:10:08 +0100 Subject: [PATCH] chore: update paths in workflow --- .github/workflows/release.yml | 6 ++---- zip.sh | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8bc380..4ba33e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,8 +49,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: output - path: | - **/output/libs/*.zip + path: output/*.zip if-no-files-found: error overwrite: true @@ -63,5 +62,4 @@ jobs: body: ${{ steps.changelog.outputs.changelog }} draft: false prerelease: false - files: | - **/output/libs/*.zip \ No newline at end of file + files: output/*.zip diff --git a/zip.sh b/zip.sh index 4232966..3487eb5 100755 --- a/zip.sh +++ b/zip.sh @@ -22,3 +22,6 @@ for config in $CONFIGS; do cd ../.. fi done + +# List the contents of the output folder +ls -l output