diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 173ac7e..0850a8d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -36,7 +36,7 @@ jobs: type: 'zip' filename: "TW3_MSF_modSettingsFramework.zip" path: "./modSettingsFramework" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip v1.32 hooks uses: thedoctor0/zip-release@main @@ -44,35 +44,35 @@ jobs: type: 'zip' filename: "TW3_MSF_Hooks_1.32.zip" path: "./hooks/v1.32/modSettingsFrameworkHooks" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip v4.00 hooks uses: thedoctor0/zip-release@main with: type: 'zip' filename: "TW3_MSF_Hooks_4.00.zip" path: "./hooks/v4.00/modSettingsFrameworkHooks" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip v4.03 hooks uses: thedoctor0/zip-release@main with: type: 'zip' filename: "TW3_MSF_Hooks_4.03.zip" path: "./hooks/v4.03/modSettingsFrameworkHooks" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip v4.04 hooks uses: thedoctor0/zip-release@main with: type: 'zip' filename: "TW3_MSF_Hooks_4.04.zip" path: "./hooks/v4.04/modSettingsFrameworkHooks" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip v4.04a_REDkit hooks uses: thedoctor0/zip-release@main with: type: 'zip' filename: "TW3_MSF_Hooks_4.04a_REDkit.zip" path: "./hooks/v4.04a_REDkit/modSettingsFrameworkHooks" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Zip samples uses: thedoctor0/zip-release@main @@ -80,7 +80,7 @@ jobs: type: 'zip' filename: "TW3_MSF_Samples.zip" path: "./samples" - recursive_exclusions: "*/witcherscript.toml" + recursive_exclusions: "witcherscript.toml" - name: Create draft release uses: ncipollo/release-action@v1