Skip to content

Commit

Permalink
upload to butler
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 26, 2024
1 parent 76e0876 commit 1040c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.2.0

- name: Discard uncommitted changes
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows64
buildName: SubnauticaIB
buildName: SubnauticaIBWindows
buildsPath: ./build

- name: Zip Build Output
Expand All @@ -38,6 +38,6 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows
ITCH_GAME: pyoneerc1/subnauticaib
ITCH_GAME: subnauticaib
ITCH_USER: pyoneerc1
PACKAGE: SubnauticaIB.zip

0 comments on commit 1040c43

Please sign in to comment.