Skip to content

Commit

Permalink
Update package.yml to bring pack the unzip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Jul 30, 2024
1 parent 5ed51cc commit 671309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: |
wget -q https://github.com/liquibase/liquibase/releases/download/v$VERSION/liquibase-$VERSION.zip
mkdir -p liquibase-$VERSION/bin/internal
unzip liquibase-$VERSION.zip
unzip liquibase-$VERSION.zip -d liquibase-$VERSION
rm -rf liquibase-$VERSION.zip
mv ./liquibase-$VERSION/liquibase ./liquibase-$VERSION/bin/
mv ./liquibase-$VERSION/liquibase.bat ./liquibase-$VERSION/bin/
Expand Down

0 comments on commit 671309d

Please sign in to comment.