From 84dfb54bdbdef8097d79b5234ae7993d8596070b Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:57:47 +0100 Subject: [PATCH] fix: Upload path is a tar.gz file --- .github/workflows/c_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c_release.yml b/.github/workflows/c_release.yml index 9835c9511..e87dcf5dd 100644 --- a/.github/workflows/c_release.yml +++ b/.github/workflows/c_release.yml @@ -113,7 +113,7 @@ jobs: - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: csshnpd-src-${{github.ref_name}}-${{github.run_number}}-${{github.run_attempt}} - path: ./tarball/csshnpd-${{ github.ref_name }}.tgz + path: ./tarball/csshnpd-${{ github.ref_name }}.tar.gz github-release: name: >-