Skip to content

Commit

Permalink
Update build_packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 29, 2025
1 parent f9d9f1e commit f032ce1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,17 @@ jobs:
tar -xf ./SOURCES/client.tar.gz --transform='s,^[^/]\+,client,' -C "$(pwd)/BUILD"
tar -xf ./SOURCES/server.tar.gz --transform='s,^[^/]\+,server,' -C "$(pwd)/BUILD"
tar -xf ./SOURCES/plugins.tar.gz --transform='s,^[^/]\+,plugins,' -C "$(pwd)/BUILD"
la -la
pwd
cd "$(pwd)/BUILD/buildtools"
- name: Build frontend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/build-frontend.sh --srcpath "$(realpath ../install/rpm/SPECS/BUILD/)" -di "false"
ls -la
pwd
bash install/common/build-frontend.sh --srcpath "../../BUILD/" -di "false"
- name: Build backend for RPM Packages
if: matrix.packageType == 'rpm'
Expand Down

0 comments on commit f032ce1

Please sign in to comment.