Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Jul 8, 2024
1 parent 21bfc37 commit 08a859a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-build-live-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
CURRENT_VERSION="$CURRENT_VERSION-$VERSUFFIX"
cd "$GITHUB_WORKSPACE"
bash bin/build-zip.sh
# bash bin/build-zip.sh
npm install
npm run build
npm run plugin-zip

mkdir "$GITHUB_WORKSPACE/zips"
mkdir -p "$GITHUB_WORKSPACE/unzips"
Expand Down
1 change: 1 addition & 0 deletions bin/build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi
echo "Cleaning up PHP dependencies..."
npm install
npm run build
npm run plugin-zip
echo "Syncing files..."
rsync -rc --exclude-from="$PROJECT_PATH/.distignore" "$PROJECT_PATH/" "$DEST_PATH/" --delete --delete-excluded

Expand Down

0 comments on commit 08a859a

Please sign in to comment.