fix: test copy deb
This commit is contained in:
parent
5d423faa2b
commit
f9a0b4d00b
1 changed files with 12 additions and 1 deletions
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
# this is a glob, not a regexp
|
# this is a glob, not a regexp
|
||||||
- "[0-9]*"
|
- "*"
|
||||||
jobs:
|
jobs:
|
||||||
source:
|
source:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -36,3 +36,14 @@ jobs:
|
||||||
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
||||||
with:
|
with:
|
||||||
filename: "cockpit-sensors.tar.xz"
|
filename: "cockpit-sensors.tar.xz"
|
||||||
|
|
||||||
|
- name: Build Deb release
|
||||||
|
run: make deb
|
||||||
|
|
||||||
|
- name: Upload binaries to release
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: target/release/cockpit-sensors.deb
|
||||||
|
asset_name: cockpit-sensors.deb
|
||||||
|
tag: ${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue