mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 14:05:58 +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 example/ release-files/
|
||||||
cp -r assets/ release-files/
|
cp -r assets/ release-files/
|
||||||
tar -cvf Hyprland.tar.xz release-files
|
tar -cvf Hyprland.tar.xz release-files
|
||||||
- name: Release
|
- name: Upload release archive
|
||||||
uses: softprops/action-gh-release@v1
|
uses: actions/upload-artifact@v3
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
with:
|
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