Skip to content

Commit

Permalink
Copy lha to host machine when you exit docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga authored Oct 23, 2023
1 parent 2049f35 commit 9f87526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
mkdir /opt/code/Release/Aminet-Release/
cp /opt/code/Release/Mnemosyne-1.0.0.lha /opt/code/Release/Aminet-Release/Mnemosyne.lha
cp /opt/code/aminet.readme /opt/code/Release/Aminet-Release/Mnemosyne.readme
- name: 📤 Copy LHA archive to host machine
run: docker cp container_name:/opt/code/Release/Mnemosyne-1.0.0.lha .
- 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/Aminet-Release/Mnemosyne-1.0.0.lha
PACKAGE: Mnemosyne-1.0.0.lha

0 comments on commit 9f87526

Please sign in to comment.