Skip to content

Commit

Permalink
github: compilation.yml - Bundle omf 2097 assets for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Jun 29, 2024
1 parent 89d7d20 commit cf767c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ jobs:
id: slug
run: echo "sha8=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_OUTPUT

- name: Download omf 2097 assets
run: wget "${{ env.OPENOMF_ASSETS_URL }}"

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

- name: Generate ZIP package
run: |
cd build-release/release
Expand Down

0 comments on commit cf767c7

Please sign in to comment.