From ba3afbcd3b1248c829824f69fe91b1f9c9dbf987 Mon Sep 17 00:00:00 2001 From: Liam Monninger <79056955+l-monninger@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:56:41 -0700 Subject: [PATCH] fix: testing cicd --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 618cf5a5..79772989 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: $GITHUB_WORKSPACE/m1-with-submodules.tar.gz + asset_path: ./m1-with-submodules.tar.gz asset_name: m1-with-submodules.tar.gz asset_content_type: application/gzip