Skip to content

Commit

Permalink
Add data to megaglest-game appimages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammyjamjamman committed Oct 12, 2024
1 parent 4141afe commit e70bb75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
- name: Checkout MegaGlest
uses: actions/checkout@v4

- name: Checkout Data
uses: actions/checkout@v4
with:
repository: "megaglest/megaglest-data"
path: "data/glest_game"


- if: ${{ ! contains(matrix.platform, 'amd64') }}
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit e70bb75

Please sign in to comment.