mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 18:21:54 -07:00
Upload release archive
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user