mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:25:59 +01:00
Upload release archive
This commit is contained in:
parent
606f4b0794
commit
6eefd294af
1 changed files with 9 additions and 4 deletions
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
|
@ -39,8 +39,13 @@ jobs:
|
|||
cp -r example/ release-files/
|
||||
cp -r assets/ release-files/
|
||||
tar -cvf Hyprland.tar.xz release-files
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
- name: Upload release archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
files: Hyprland.tar.xz
|
||||
name: Release archive (x86_64-pc-linux-gnu)
|
||||
path: Hyprland.tar.xz
|
||||
# - name: Release
|
||||
# uses: softprops/action-gh-release@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
# with:
|
||||
# files: Hyprland.tar.xz
|
||||
|
|
Loading…
Reference in a new issue