Skip to content

Commit

Permalink
Update itch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quiyetbrul committed Nov 8, 2024
1 parent 5038d3a commit 4e985ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install SFML
run: sudo apt-get install libsfml-dev
run: brew install sfml

- name: Set up butler
uses: jdno/setup-butler@v1
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Publish game to itch.io
run: |
butler push ${{github.workspace}} ${{ env.itch_project }}:linux-universal
butler push ${{github.workspace}} ${{ env.itch_project }}:macos-universal
env:
BUTLER_API_KEY: ${{ secrets.ITCHIO_API_KEY }}

0 comments on commit 4e985ba

Please sign in to comment.