Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 26, 2024
1 parent d4b179d commit 76e0876
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
git reset --hard
git clean -fd
- name: Install Butler
run: |
curl -LO https://itch.io/butler/installation/linux/butler
chmod +x butler
sudo mv butler /usr/local/bin/
- name: Verify Butler Installation
run: |
which butler
butler --version
- name: Build Unity Project
uses: game-ci/unity-builder@v4
env:
Expand All @@ -45,5 +34,10 @@ jobs:
zip -r SubnauticaIB.zip ./build/*
- name: Upload to Butler
run: |
butler push SubnauticaIB.zip pyoneerc1/subnauticaib:latest --credentials ${{ secrets.BUTLER_CREDENTIALS }}
uses: yeslayla/[email protected]
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows
ITCH_GAME: pyoneerc1/subnauticaib
ITCH_USER: pyoneerc1
PACKAGE: SubnauticaIB.zip

0 comments on commit 76e0876

Please sign in to comment.