From ce59ca5e7d0358eda8694117b631d09f56ecb60f Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Wed, 16 Oct 2024 18:23:31 -0300 Subject: [PATCH] [CI] ensure binary artifact #5 --- .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 cdd60d9..d46691e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: id: copy shell: bash run: | - cp target/${{ matrix.target }}/release/sfcp sfcp + cp target/${{ matrix.target }}/release-no-debug/sfcp sfcp echo "path=sfcp" >> $GITHUB_OUTPUT - env: GH_TOKEN: ${{ github.token }}