Skip to content

Commit

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

0 comments on commit cbaa47e

Please sign in to comment.