Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelalvis committed Nov 6, 2024
1 parent ca19c41 commit bd86378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir -p release
for dir in modules/*
do
zip -r release/$(basename $dir)-${VERSION}.zip $dir
zip -r release/$(basename $dir).zip $dir
done
- name: Create release and upload assets
Expand Down

0 comments on commit bd86378

Please sign in to comment.