aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorFernando Ayats <[email protected]>2022-07-13 10:35:23 +0200
committerFernando Ayats <[email protected]>2022-07-13 10:35:23 +0200
commit9580ef4bc246fd9a25a626c31a62cb0153d2bb34 (patch)
tree2de310ba968dd5c610ee56af03d02c3989d649c4 /.github
parent532ffe16811dea5a8f4c9730ec7e2bb0fd1b9395 (diff)
downloadHyprland-9580ef4bc246fd9a25a626c31a62cb0153d2bb34.tar.gz
Hyprland-9580ef4bc246fd9a25a626c31a62cb0153d2bb34.zip
ci: upload source
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 363c31f2..d8275f64 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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