From 9fbfbc2085b4e8a51daffd262b66c028729c3226 Mon Sep 17 00:00:00 2001 From: Vaclav Pavlin Date: Wed, 30 Aug 2023 17:29:41 +0200 Subject: [PATCH] fix(ci): rename tools artifact to prevent conflict (#1971) --- .github/workflows/pre-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index fea18e1c2..90a9ef842 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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/*