We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62541a1 commit 9a3c869Copy full SHA for 9a3c869
.github/workflows/butler.yaml
@@ -20,16 +20,16 @@ jobs:
20
21
- name: Install Butler
22
run: |
23
- curl -LO https://itch.io/butler/installation/linux/installer.sh
24
- chmod +x installer.sh
25
- ./installer.sh
+ curl -LO https://itch.io/butler/installation/linux/butler
+ chmod +x butler
+ sudo mv butler /usr/local/bin/
26
27
- name: Set up Unity
28
uses: game-ci/unity-builder@v2
29
with:
30
unityVersion: 2022.3.27f1
31
targetPlatform: StandaloneWindows64
32
-
+
33
- name: Build Unity Project
34
35
unity-builder --projectPath . --buildTarget StandaloneWindows64 --buildName MyGameBuild --outputPath ./build
0 commit comments