diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 059e50b..da90a74 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -109,4 +109,4 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: | - gh release upload '${{ github.ref_name }}' * --repo '${{ github.repository }}' \ No newline at end of file + gh release upload '${{ github.ref_name }}' */* --repo '${{ github.repository }}'