mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
container option build arg
This commit is contained in:
parent
9de21a7985
commit
3da11f68f6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
||||
# Configure builder
|
||||
- name: Build project
|
||||
id: buildStep
|
||||
container:
|
||||
options: --build-arg IMAGE_TARGET_ARG=a_value
|
||||
uses: ./
|
||||
env:
|
||||
IMAGE_VERSION: ${{ matrix.version }}
|
||||
@ -35,8 +37,6 @@ jobs:
|
||||
BUILD_TARGET: WebGL
|
||||
BUILDS_PATH: builds
|
||||
BUILD_METHOD: ""
|
||||
with:
|
||||
args: IMAGE_TARGET_ARG=a_value
|
||||
|
||||
# Upload distributables
|
||||
- name: Upload Build
|
||||
|
Loading…
Reference in New Issue
Block a user