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 45c8b98 commit 4ddde8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,17 @@ jobs:
- name: Build frontend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/build-frontend.sh --srcpath "$(pwd)/../" -di "false"
bash install/common/build-frontend.sh --srcpath "$(realpath ../)" -di "false"
- name: Build backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/build-backend.sh --srcpath "$(pwd)/../"
bash install/common/build-backend.sh --srcpath "$(realpath ../)"
- name: Build publish backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/publish-backend.sh --srcpath "$(pwd)/../"/server
bash install/common/publish-backend.sh --srcpath "$(realpath ../server)"
- name: Build RPM Packages
if: matrix.packageType == 'rpm'
Expand Down

0 comments on commit 4ddde8a

Please sign in to comment.