diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 6cfc052de..78b9d303f 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -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