mirror of https://github.com/waku-org/nwaku.git
Fix release asset naming
This commit is contained in:
parent
3816af8397
commit
1d9f6cd784
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue