Skip to content

Commit 9a3c869

Browse files
committed
test ci 5
1 parent 62541a1 commit 9a3c869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/butler.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
2121
- name: Install Butler
2222
run: |
23-
curl -LO https://itch.io/butler/installation/linux/installer.sh
24-
chmod +x installer.sh
25-
./installer.sh
23+
curl -LO https://itch.io/butler/installation/linux/butler
24+
chmod +x butler
25+
sudo mv butler /usr/local/bin/
2626
2727
- name: Set up Unity
2828
uses: game-ci/unity-builder@v2
2929
with:
3030
unityVersion: 2022.3.27f1
3131
targetPlatform: StandaloneWindows64
32-
32+
3333
- name: Build Unity Project
3434
run: |
3535
unity-builder --projectPath . --buildTarget StandaloneWindows64 --buildName MyGameBuild --outputPath ./build

0 commit comments

Comments
 (0)