From d6dfd8f1adacebdbd3aabce2521b84696f948805 Mon Sep 17 00:00:00 2001 From: Lachee Date: Sat, 17 May 2025 13:14:05 +1000 Subject: [PATCH] GitHub: fixed buggy version thigy --- .github/workflows/create-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-image.yaml b/.github/workflows/create-image.yaml index 6e259bd..2ebd7a8 100644 --- a/.github/workflows/create-image.yaml +++ b/.github/workflows/create-image.yaml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Get Unity Version - run: echo "UNITY_VERSION=$(cat versions.txt | grep ${PLATFORM} | cut -d' ' -f2)" >> $GITHUB_ENV + run: echo "UNITY_VERSION=$(cat versions.txt | grep ${{ matrix.platform }} | cut -d' ' -f2)" >> $GITHUB_ENV - name: Docker Build run: .gitea/workflows/scripts/build-image.sh