mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
fix upload
This commit is contained in:
parent
cf71f796ec
commit
a8f09c2a44
12
.github/workflows/game_web_ci.yml
vendored
12
.github/workflows/game_web_ci.yml
vendored
@ -131,19 +131,19 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: game_web
|
||||
path: web.zip
|
||||
path: build/web
|
||||
|
||||
- name: Download Linux artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: game_linux
|
||||
path: linux.zip
|
||||
path: build/linux
|
||||
|
||||
- name: Download Windows artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: game_windows
|
||||
path: windows.zip
|
||||
path: build/windows
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./web.zip
|
||||
asset_path: build/web/*
|
||||
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: ./linux.zip
|
||||
asset_path: build/linux/*
|
||||
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: ./windows.zip
|
||||
asset_path: build/windows/*
|
||||
asset_name: Godot_Game_Windows.zip
|
||||
asset_content_type: application/zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user