From 17c1efba74bf5635df662a4339b67153d34af332 Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Sun, 22 Sep 2024 18:01:35 -0400 Subject: [PATCH] Fix release files path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb4fd5..7e66781 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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