Update release.yml
This commit is contained in:
parent
3232b641f6
commit
0470867bd3
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -1,5 +1,4 @@
|
||||||
# Create a GitHub upstream release. Replace "TARNAME" with your project tarball
|
# Create a GitHub upstream release
|
||||||
# name and enable this by dropping the ".disabled" suffix from the file name.
|
|
||||||
# See README.md.
|
# See README.md.
|
||||||
name: release
|
name: release
|
||||||
on:
|
on:
|
||||||
|
|
@ -31,4 +30,4 @@ jobs:
|
||||||
- name: Publish GitHub release
|
- name: Publish GitHub release
|
||||||
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
||||||
with:
|
with:
|
||||||
filename: "TARNAME-${{ github.ref_name }}.tar.xz"
|
filename: "cockpit-session-recording-${{ github.ref_name }}.tar.xz"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue