Skip to content

Commit

Permalink
try fixing manifest exclusions from release no.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed May 22, 2024
1 parent 7a8845b commit 83c20a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,51 +36,51 @@ 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
with:
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
with:
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
Expand Down

0 comments on commit 83c20a0

Please sign in to comment.