Skip to content

Commit

Permalink
ci: bundle more of the example homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 26, 2024
1 parent 0aa5885 commit 4890da9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/payload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
path: ./websrv.elf
if-no-files-found: error

- name: Upload Launcher
uses: actions/upload-artifact@v3
with:
name: Launcher
path: ./homebrew/IV9999-FAKE00001_00-HOMEBREWLOADER01.pkg
if-no-files-found: error

- name: Upload DevilutionX
uses: actions/upload-artifact@v3
with:
Expand All @@ -70,3 +77,16 @@ jobs:
path: ./homebrew/LakeSnes
if-no-files-found: error

- name: Upload SVTplay
uses: actions/upload-artifact@v3
with:
name: SVTplay
path: ./homebrew/SVTplay
if-no-files-found: error

- name: Upload SverigesRadio
uses: actions/upload-artifact@v3
with:
name: SverigesRadio
path: ./homebrew/SverigesRadio
if-no-files-found: error

0 comments on commit 4890da9

Please sign in to comment.