From 577dc08de45975efc900d737621ae4fc15502e4f Mon Sep 17 00:00:00 2001 From: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Sat, 29 Mar 2025 09:09:26 +0100 Subject: [PATCH] Fixes unintended changes on the CI Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5f40fc5..75a9b5d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Upload binaries to release - uses: alexis-opolka/upload-release-action + uses: svenstaro/upload-release-action@v1-release with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/tar/navi.${{ steps.build.outputs.EXTENSION }}