Skip to content

Commit

Permalink
git safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 27, 2023
1 parent bd730fb commit fc958eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ jobs:
# Use bash, even on Windows to make find available
shell: bash
# A release need to be created before upload
run: gh release upload ${{ env.RELEASE_VERSION }} "$(find ./build -name *.tar.gz)" --clobber
run: |
git config --global --add safe.directory '*'
gh release upload ${{ env.RELEASE_VERSION }} "$(find ./build -name *.tar.gz)" --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fc958eb

Please sign in to comment.