fix: release order
This commit is contained in:
parent
914900f509
commit
7ba42a0a17
1 changed files with 3 additions and 21 deletions
24
.github/workflows/release.yml
vendored
24
.github/workflows/release.yml
vendored
|
|
@ -32,6 +32,9 @@ jobs:
|
|||
- name: Build release
|
||||
run: make dist
|
||||
|
||||
- name: Build Deb release
|
||||
run: make deb
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
|
|
@ -40,9 +43,6 @@ jobs:
|
|||
asset_name: cockpit-sensors.tar.xz
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
- name: Build Deb release
|
||||
run: make deb
|
||||
|
||||
- name: Upload Deb binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
|
|
@ -50,21 +50,3 @@ jobs:
|
|||
file: cockpit-sensors.deb
|
||||
asset_name: cockpit-sensors.deb
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
|
||||
- name: Install RPM
|
||||
run: apt update
|
||||
|
||||
- name: Install RPM
|
||||
run: apt install rpm
|
||||
|
||||
- name: Build RPM
|
||||
run: make rpm
|
||||
|
||||
- name: Upload RPM binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: cockpit-sensors.rpm
|
||||
asset_name: cockpit-sensors.rpm
|
||||
tag: ${{ github.ref }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue