mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
fix(ci): rename tools artifact to prevent conflict (#1971)
This commit is contained in:
parent
7d53aec164
commit
26c06b2714
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tools
|
||||
name: wakutools
|
||||
path: ${{steps.vars.outputs.nwakutools}}
|
||||
retention-days: 2
|
||||
|
||||
@ -130,4 +130,4 @@ jobs:
|
||||
|
||||
gh release create ${{steps.vars.outputs.release}} --prerelease ${TARGET} \
|
||||
--title ${{steps.vars.outputs.release}} --notes-file release_notes.md \
|
||||
wakunode2/* tools/*
|
||||
wakunode2/* wakutools/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user