mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:45:59 +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:
|
||||
release:
|
||||
types: [published]
|
||||
|
@ -31,6 +33,6 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
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 }}
|
||||
overwrite: false
|
||||
overwrite: true
|
||||
|
|
Loading…
Reference in a new issue