From 128357d1c123032e5932b627384139a3dd9de1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20Rannanj=C3=A4rvi?= Date: Sat, 29 Jun 2024 22:33:11 +0300 Subject: [PATCH] wip --- .github/workflows/compilation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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