Skip to content

Commit

Permalink
ci: update workflow to generate deb and pkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Aug 10, 2024
1 parent 8ee45c2 commit ddb4ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: Create directory structure for .pkg
run: |
mkdir -p pkgroot/${{ env.INSTALL_PATH }}
mv ${{ env.APP_NAME }} pkgroot/${{ env.INSTALL_PATH }}/
mkdir -p pkgroot${{ env.INSTALL_PATH }}
mv ${{ env.APP_NAME }} pkgroot${{ env.INSTALL_PATH }}/
- name: Build .pkg package
run: |
Expand Down

0 comments on commit ddb4ad2

Please sign in to comment.