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