GitHub Actions: fix up artifacts on nym-cli-publish

This commit is contained in:
Mark Sinclair
2022-08-23 20:19:57 +01:00
parent 9d8c9edf22
commit a23471859d
+3 -3
View File
@@ -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