Skip to content

Commit

Permalink
github: compilation.yml - Bundle omf assets in macos 14 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Jun 29, 2024
1 parent 76ea658 commit fd02a63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,16 @@ jobs:
- name: Generate Release
run: |
mkdir build-release && cd build-release
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release/usr ..
make -j $(getconf _NPROCESSORS_ONLN)
make -j $(getconf _NPROCESSORS_ONLN) install
- name: Download omf 2097 assets
run: wget -q "${{ env.OPENOMF_ASSETS_URL }}"

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

- name: Get short SHA
id: slug
run: echo "sha8=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fd02a63

Please sign in to comment.