From 9605e992e75a669d10dee8aa1d5e9645c6a4c4ed Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Mon, 22 Apr 2024 10:45:16 +0200 Subject: [PATCH] Seems the Linux build doesn't produce fm_banks and soundfonts. Or it does and its located elsewhere. Remove it for now. --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 5b96ca4ba..077734def 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -106,7 +106,7 @@ jobs: elif [[ "${{ runner.os }}" == 'macOS' ]]; then cp -r vkdoom.app package elif [[ "${{ runner.os }}" == 'Linux' ]]; then - cp vkdoom *.pk3 fm_banks soundfonts package + cp vkdoom *.pk3 package strip package/vkdoom fi