From af88dc138ca2b658e342f3cae0852165bc4f392f Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 02:07:38 +0300 Subject: [PATCH] Added expansion of hosts list. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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