Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelalvis committed Nov 6, 2024
1 parent bd86378 commit a57007e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ jobs:
VERSION: ${{ steps.create-version.outputs.version }}
run: |
mkdir -p release
cd release
export RELEASES=$(pwd)
for dir in modules/*
do
zip -r release/$(basename $dir).zip $dir
pushd $dir
zip -r ${RELEASES}/$(basename $dir).zip .
popd
done
- name: Create release and upload assets
Expand Down

0 comments on commit a57007e

Please sign in to comment.