Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 22, 2024
1 parent 36a216e commit dbe70d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build with make
run: |
sudo ./package.sh x86_64 ubuntu jammy
sudo ./package.sh regular x86_64 ubuntu jammy
- name: Push
id: push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build with make
run: |
cd QOpenHD
./package.sh x86_64 ubuntu lunar
./package.sh regular x86_64 ubuntu lunar
ls -a
- name: Upload to Github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build with make
run: |
cd QOpenHD
./package.sh x86_64 ubuntu noble
./package.sh regular x86_64 ubuntu noble
ls -a
- name: Upload to Github
Expand Down

0 comments on commit dbe70d2

Please sign in to comment.