Skip to content

Commit

Permalink
Add ui-images and game data to package
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jul 9, 2024
1 parent 673096e commit 468797b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,15 @@ jobs:
- name: Build topography
run: python build_scripts/build.py ${{ matrix.language }} topography

- name: Convert and copy UI images
run: python build_scripts/build.py ui-images

- name: Build assets
run: python assets.py 0 ./dist/assets

- name: Copy game data
run: cp -R data dist/data

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.language }}
Expand Down

0 comments on commit 468797b

Please sign in to comment.