diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0a8c8d..f82eb66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,4 @@ jobs: path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* - uses: ncipollo/release-action@v1 with: - artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* + artifacts: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}* \ No newline at end of file