Skip to content

Commit

Permalink
Update godot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Oct 5, 2023
1 parent 963482e commit e78fefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
id: build
uses: manleydev/build-godot-action@v1.5.0
with:
name: "Reia.exe"
name: "Reia_${{ steps.replace_string.outputs.replaced }}"
preset: ${{ matrix.platform }}
debugMode: "false"
package: true
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -69,5 +70,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
asset_name: Reia_${{ steps.replace_string.outputs }}.zip
asset_name: Reia_${{ steps.replace_string.outputs.replaced }}.zip
asset_content_type: application/zip

0 comments on commit e78fefb

Please sign in to comment.