Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Publish.yml #265

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ jobs:
echo "::set-output name=mod_description::$desc"

- name: Upload bannerlord folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Bannerlord.Diplomacy
name: Bannerlord.Diplomacy-${{ steps.changelog.outputs.mod_version }}
path: ./bannerlord/

###########################
# NEXUSMODS #
###########################
publish-on-nexusmods:
needs: ["build-module"]
uses: BUTR/workflows/.github/workflows/release-nexusmods.yml@c380eee4855024ed3cd0f7358b20bf6ff1bc041d
uses: BUTR/workflows/.github/workflows/release-nexusmods.yml@master
with:
nexusmods_game_id: mountandblade2bannerlord
nexusmods_mod_id: 832
Expand All @@ -103,7 +103,7 @@ jobs:
###########################
publish-on-steam:
needs: ["build-module"]
uses: BUTR/workflows/.github/workflows/release-steam.yml@c380eee4855024ed3cd0f7358b20bf6ff1bc041d
uses: BUTR/workflows/.github/workflows/release-steam.yml@master
with:
workshop_id: 2881380744
mod_id: Bannerlord.Diplomacy
Expand All @@ -119,7 +119,7 @@ jobs:
###########################
publish-on-github:
needs: ["build-module"]
uses: BUTR/workflows/.github/workflows/release-github.yml@c380eee4855024ed3cd0f7358b20bf6ff1bc041d
uses: BUTR/workflows/.github/workflows/release-github.yml@master
with:
mod_id: Bannerlord.Diplomacy
mod_version: ${{ needs.build-module.outputs.mod_version }}
Expand Down
Loading