forked from Conjure-Tools/unity-runner
GitHub: fixed buggy version thigy
This commit is contained in:
parent
06955b33ad
commit
d6dfd8f1ad
2
.github/workflows/create-image.yaml
vendored
2
.github/workflows/create-image.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Get Unity Version
|
- 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
|
- name: Docker Build
|
||||||
run: .gitea/workflows/scripts/build-image.sh
|
run: .gitea/workflows/scripts/build-image.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user