Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/BUTR/Bannerlord.BLSE into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jul 3, 2023
2 parents a418ddd + 2e3cf48 commit 35ffb0b
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 @@ -75,7 +75,7 @@ jobs:
# NEXUSMODS #
###########################
publish-on-nexusmods:
if: false && github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
needs: ["get-changelog", "build"]
uses: BUTR/workflows/.github/workflows/release-nexusmods.yml@master
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
name: bannerlord
path: ./artifact
- uses: game-ci/steam-deploy@v2
- uses: game-ci/steam-deploy@v3
with:
username: ${{ secrets.STEAM_USERNAME }}
password: ${{ secrets.STEAM_PASSWORD }}
Expand Down

0 comments on commit 35ffb0b

Please sign in to comment.