Skip to content

Commit

Permalink
chore: update paths in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Aug 8, 2024
1 parent 86e3484 commit ab662cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -63,5 +62,4 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
files: |
**/output/libs/*.zip
files: output/*.zip
3 changes: 3 additions & 0 deletions zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ for config in $CONFIGS; do
cd ../..
fi
done

# List the contents of the output folder
ls -l output

0 comments on commit ab662cd

Please sign in to comment.