From 4783195fcc3b4c50c895a5873ce3455a60fbf473 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 11 Jan 2024 11:08:00 +0100 Subject: [PATCH] Fix upload assets ubuntu --- .github/workflows/ubuntu-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-release.yml b/.github/workflows/ubuntu-release.yml index 49002094a0..aa2a57e3a2 100644 --- a/.github/workflows/ubuntu-release.yml +++ b/.github/workflows/ubuntu-release.yml @@ -221,6 +221,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release upload ${{ steps.get_release.outputs.tag_name }} _build/${{env.TGZ_NAME}} - gh release upload ${{ steps.get_release.outputs.tag_name }} _build/${{env.TGZ_NAME}} + gh release upload ${{ steps.get_release.outputs.tag_name }} ${{ steps.create-single-file.outputs.archive-path }} ######################## \ No newline at end of file