Skip to content

Commit

Permalink
Merge pull request #265 from DiplomacyTeam/dev
Browse files Browse the repository at this point in the history
Update Publish.yml
  • Loading branch information
bennyz authored Feb 17, 2024
2 parents c731022 + 847aa5e commit 5a528ec
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 5a528ec

Please sign in to comment.