mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 13:45:58 +01:00
ci: upload source
This commit is contained in:
parent
532ffe1681
commit
9580ef4bc2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
name: Release artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
@ -31,6 +33,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: source.tar.gz
|
file: source.tar.gz
|
||||||
asset_name: hyprland-source-${{ steps.whatrelease.outputs.release }}.tar.gz
|
asset_name: source-${{ steps.whatrelease.outputs.release }}.tar.gz
|
||||||
tag: ${{ steps.whatrelease.outputs.release }}
|
tag: ${{ steps.whatrelease.outputs.release }}
|
||||||
overwrite: false
|
overwrite: true
|
||||||
|
|
Loading…
Reference in a new issue