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 d2cd36a commit 128357d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +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
# Testing if this was really needed, it should not be
#- 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 128357d

Please sign in to comment.