Skip to content

Commit

Permalink
fix: correct build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jun 19, 2024
1 parent 50861ec commit 0d5efa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./.release/*
file: ./.bin/*
tag: v${{ needs.semantic-release.outputs.release-version }}
overwrite: true
file_glob: true

0 comments on commit 0d5efa7

Please sign in to comment.