From 6eefd294af1d378c2a28ad65fb326974d8041a39 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 22 Jun 2022 13:18:09 -0700 Subject: [PATCH] Upload release archive --- .github/workflows/release.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f58937b4..39cbf3e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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