Skip to content

Commit

Permalink
Changed action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 23, 2023
1 parent 618fbf3 commit ecb53d5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
cd /opt/code/Release/
lha -aq2o6 Mnemosyne-1.0.0.lha Mnemosyne-1.0.0/ Mnemosyne-1.0.0.info
- name: 🎲 Uploading to Itch.io
uses: manleydev/[email protected]
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: LHA
ITCH_GAME: Mnemosyne
ITCH_USER: arisamiga
PACKAGE: /opt/code/Release/Mnemosyne-1.0.0.lha
uses: KikimoraGames/[email protected]
with:
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
buildChannel: LHA
itchGameId: Mnemosyne
itchUsername: arisamiga
buildNumber: 1.0.0
gameData: /opt/code/Release/Mnemosyne-1.0.0.lha
- name: 🗃️ Prepare Aminet Package
run: |
mkdir /opt/code/Release/Aminet-Release/
Expand Down

0 comments on commit ecb53d5

Please sign in to comment.