From 26c06b2714a6348bf8f096280ed7bac452755e28 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 fea18e1c29..90a9ef8426 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/*