From a23471859d364e28845345dcbc33359de4e33f03 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 23 Aug 2022 20:19:57 +0100 Subject: [PATCH] GitHub Actions: fix up artifacts on nym-cli-publish --- .github/workflows/nym-cli-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nym-cli-publish.yml b/.github/workflows/nym-cli-publish.yml index 1c772154b9..065e9f1658 100644 --- a/.github/workflows/nym-cli-publish.yml +++ b/.github/workflows/nym-cli-publish.yml @@ -9,7 +9,7 @@ env: NETWORK: mainnet jobs: - publish-nym: + publish-nym-cli: strategy: fail-fast: false matrix: @@ -37,9 +37,9 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: my-artifact + name: nym-cli-${{ matrix.platform }} path: | - target/release/nym-cli + target/release/nym-cli* retention-days: 30 - name: Upload to release based on tag name