Skip to content

Commit

Permalink
Update buildRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 23, 2023
1 parent b3770b6 commit e44f49c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
asset_path: /opt/code/Release/Mnemosyne-${{ github.event.release.tag_name }}.lha
asset_name: Mnemosyne-${{ github.event.release.tag_name }}.lha
asset_content_type: application/x-lzh-compressed
- name: 🎲 Uploading to Itch.io
uses: KikimoraGames/[email protected]
with:
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
buildChannel: LHA
itchGameId: Mnemosyne
itchUsername: arisamiga
buildNumber: ${{ github.event.release.tag_name }}
gameData: ${{ github.workspace }}/Release/Mnemosyne-${{ github.event.release.tag_name }}.lha
- name: 🗃️ Prepare Aminet Package
run: |
mkdir /opt/code/Release/Aminet-Release/
Expand All @@ -53,11 +62,3 @@ jobs:
password: ${{ secrets.ftp_password }}
server-dir: ./new/
local-dir: /opt/code/Release/Aminet-Release/
- 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: Mnemosyne-${{ github.event.release.tag_name }}.lha

0 comments on commit e44f49c

Please sign in to comment.