Skip to content

Commit

Permalink
Fix release files path
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Sep 22, 2024
1 parent e0bbd2f commit 17c1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Publish to GitHub Releases
uses: softprops/action-gh-release@v2
with:
files: ./**/publish/RLBotServer*
files: ./RLBotCS/**/publish/RLBotServer*
generate_release_notes: true
body: |
Pre-built binaries that allows bots to interface with Rocket League via the RLBot v5 spec

0 comments on commit 17c1efb

Please sign in to comment.