Skip to content

Commit

Permalink
test ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 23, 2024
1 parent 62541a1 commit 9a3c869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/butler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- name: Install Butler
run: |
curl -LO https://itch.io/butler/installation/linux/installer.sh
chmod +x installer.sh
./installer.sh
curl -LO https://itch.io/butler/installation/linux/butler
chmod +x butler
sudo mv butler /usr/local/bin/
- name: Set up Unity
uses: game-ci/unity-builder@v2
with:
unityVersion: 2022.3.27f1
targetPlatform: StandaloneWindows64

- name: Build Unity Project
run: |
unity-builder --projectPath . --buildTarget StandaloneWindows64 --buildName MyGameBuild --outputPath ./build
Expand Down

0 comments on commit 9a3c869

Please sign in to comment.