This commit is contained in:
Damien Ostler 2024-01-07 00:03:56 -05:00
parent a8f09c2a44
commit eddb93fd55

View File

@ -165,7 +165,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/web/*
asset_path: build/web/game_web.zip
asset_name: Godot_Game_Web.zip
asset_content_type: application/zip
@ -176,7 +176,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/linux/*
asset_path: build/linux/linux_game.zip
asset_name: Godot_Game_Linux.zip
asset_content_type: application/zip
@ -187,6 +187,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/windows/*
asset_path: build/windows/windows_game.zip
asset_name: Godot_Game_Windows.zip
asset_content_type: application/zip