Skip to content

Commit

Permalink
fix(ci): rename tools artifact to prevent conflict (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin committed Aug 30, 2023
1 parent 7d53aec commit 26c06b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/*

0 comments on commit 26c06b2

Please sign in to comment.