Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahJack authored Nov 13, 2022
1 parent 9b1d7ab commit 92f6d53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/fresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
uses: actions/checkout@v2
- name: Run custom image build
run: |
echo "::add-mask::${{ secrets.DOCKER_TOKEN }}"
chmod +x ./build.sh
./build.sh
- name: Confirm blender installation
run: |
docker run --rm -it gableroux/editor:ubuntu-2019.4.35f1-linux-il2cpp-0.15.0 blender --version
./build.sh $DOCKER_USERNAME $DOCKER_TOKEN
- name: Build game
uses: game-ci/unity-builder@v2
env:
Expand Down

0 comments on commit 92f6d53

Please sign in to comment.