Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 21, 2024
1 parent c4f2174 commit 4e03763
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_package_x86_lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: build_package_LUNAR

on:
push:

branches:
- "2.5-evo"
- "dev-release"
- "release"

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down Expand Up @@ -70,5 +73,5 @@ jobs:
if: github.ref_name == 'release' || github.ref_name == 'dev-release'
run: |
ls -a
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/dev-release/ubuntu/lunar QOpenHD/*.deb
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/ubuntu/lunar QOpenHD/*.deb
7 changes: 2 additions & 5 deletions .github/workflows/build_package_x86_noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: build_package_NOBLE

on:
push:
branches:
- "2.5-evo"
- "dev-release"
- "release"


env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down Expand Up @@ -70,4 +67,4 @@ jobs:
if: github.ref_name == 'release' || github.ref_name == 'dev-release'
run: |
ls -a
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/ubuntu/noble QOpenHD/*.deb
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/dev-release/ubuntu/noble QOpenHD/*.deb

0 comments on commit 4e03763

Please sign in to comment.