Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Jun 29, 2024
1 parent 5d231bb commit 6c45afb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- name: Download omf 2097 assets
run: wget "${{ env.OPENOMF_ASSETS_URL }}"

- name: Create a directory for the assets
run: mkdir -p build-release/release/usr/share/games/openomf

- name: Extract omf 2097 assets
run: unzip -j omf2097.zip -d build-release/release/usr/share/games/openomf

Expand Down

0 comments on commit 6c45afb

Please sign in to comment.