Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artifixer authored Jul 3, 2021
1 parent d429e1a commit 3898855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
path: ./bannerlord

- name: Zip Bannerlord.Harmony
run: 7z a -tzip Bannerlord.Harmony.zip ./bannerlord/*
run: 7z a -t7z Bannerlord.Harmony.7z ./bannerlord/* -mx9
#shell: pwsh
# pwsh casues it to include the root folder

Expand All @@ -104,7 +104,7 @@ jobs:
run: >-
bannerlord_nexusmods_uploader upload -g mountandblade2bannerlord -m 2006 -n "Harmony"
-v "v${{steps.version.outputs.mod_version}}" -l true -e true -d ""
-p "$PWD/Bannerlord.Harmony.zip";
-p "$PWD/Bannerlord.Harmony.7z";
env:
NEXUSMODS_COOKIES_JSON: '${{secrets.NEXUSMODS_COOKIES_JSON}}'
shell: pwsh
Expand Down

0 comments on commit 3898855

Please sign in to comment.