From edf5790a45fefb39c5ca018083663fa63e4c0237 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 10 Dec 2019 00:02:34 +0100 Subject: [PATCH] Inject args in build step directly --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66164eb8..be6f58b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,6 @@ jobs: matrix: version: [2019.2.11f1, 2018.4.13f1] target: [webgl, android] - container: - options: --build-arg IMAGE_VERSION=${{ matrix.version }} --build-arg IMAGE_TARGET=${{ matrix.target }} steps: # Checkout repository (required to test local actions) - name: Checkout repository @@ -35,6 +33,9 @@ jobs: BUILD_TARGET: WebGL BUILDS_PATH: builds BUILD_METHOD: "" + with: + args: IMAGE_VERSION=${{ matrix.version }} IMAGE_TARGET=${{ matrix.target }} + # Upload distributables - name: Upload Build