From 2ac2d9d7749a9886bef5ca7d7a12d300b0403a32 Mon Sep 17 00:00:00 2001 From: Toni500github <88878648+Toni500github@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:27:18 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccb7596..33d1b1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,12 +112,15 @@ jobs: steps: - uses: actions/download-artifact@v3 + - name: tree that thing + run: sudo apt install tree -y && tree + - uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.release-url }} - asset_path: ./customfetch.tar.gz + asset_path: customfetch/customfetch.tar.gz asset_name: customfetch-${{ needs.get-version.outputs.version }}.tar.gz asset_content_type: application/tar+gz @@ -126,6 +129,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.release-url }} - asset_path: ./customfetch-gui.tar.gz - asset_name: customfetch-${{ needs.get-version.outputs.version }}.tar.gz + asset_path: customfetch-gui/customfetch-gui.tar.gz + asset_name: customfetch-gui-${{ needs.get-version.outputs.version }}.tar.gz asset_content_type: application/tar+gz