GitHub: fixed buggy version thigy

This commit is contained in:
Lachee 2025-05-17 13:14:05 +10:00
parent 06955b33ad
commit d6dfd8f1ad

View File

@ -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