Fix release asset naming

This commit is contained in:
Hanno Cornelius 2021-06-10 11:48:56 +02:00 committed by GitHub
parent 3816af8397
commit 1d9f6cd784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ jobs:
- name: Upload asset
uses: actions/upload-artifact@v2.2.3
with:
name: nim-waku-bin
name: nim-waku-${{ matrix.platform }}.tar.gz
path: ./build/nim-waku-${{ matrix.platform }}.tar.gz
if-no-files-found: error