Skip to content

Commit

Permalink
chore: exact path to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Dec 29, 2023
1 parent 8627d62 commit eb1ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: build.sh
- run: ./build.sh
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
Expand Down

0 comments on commit eb1ea9c

Please sign in to comment.