Skip to content

Commit

Permalink
fix: Add missing leading slash to upload (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Aug 24, 2023
1 parent d5c93b8 commit 1f9dd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/please-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
find . -name '*.gemspec' -maxdepth 1 -exec gem build {} \;
gh release upload ${{ steps.release.outputs.tag_name }} *.gem
gh release upload ${{ steps.release.outputs.tag_name }} ./*.gem
publish-to-github:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f9dd8d

Please sign in to comment.