mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Fix release asset naming
This commit is contained in:
parent
5dea586a5e
commit
cdce0b2ac6
2
.github/workflows/release-assets.yml
vendored
2
.github/workflows/release-assets.yml
vendored
@ -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…
x
Reference in New Issue
Block a user