Skip to content

Commit

Permalink
me smort
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 23, 2023
1 parent 162321f commit a814b75
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,11 @@ 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: 📤 Upload LHA archive as artifact
uses: actions/upload-artifact@v2
with:
name: Mnemosyne-1.0.0.lha
path: /opt/code/Release/Aminet-Release/Mnemosyne-1.0.0.lha

- name: 🎲 Download LHA archive artifact
uses: actions/download-artifact@v2
with:
name: Mnemosyne-1.0.0.lha
path: /tmp/Mnemosyne-1.0.0.lha
- name: 🎲 Uploading to Itch.io
uses: manleydev/butler-publish-itchio-action@v1.0.3
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: LHA
ITCH_GAME: Mnemosyne
ITCH_USER: arisamiga
PACKAGE: /tmp/Mnemosyne-1.0.0.lha
PACKAGE: /opt/code/Release/Mnemosyne-1.0.0.lha

0 comments on commit a814b75

Please sign in to comment.