Skip to content

Commit

Permalink
Better published folder name, to avoid possible name collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 25, 2024
1 parent f2d5d1e commit 0110d0b
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 @@ -56,7 +56,7 @@ jobs:
needs: [get-version, build-and-test]
uses: BUTR/workflows/.github/workflows/release-github.yml@master
with:
mod_id: Vortex-Extension
mod_id: game-mount-and-blade2
mod_version: ${{ needs.get-version.outputs.version }}
mod_description: |
Download and install using the Extensions panel in Vortex.
Expand All @@ -73,7 +73,7 @@ jobs:
with:
nexusmods_game_id: site
nexusmods_mod_id: 875
mod_filename: 'Vortex Extension'
mod_filename: game-mount-and-blade2
mod_version: ${{ needs.get-version.outputs.version }}
mod_description: |
Download and install using the Extensions panel in Vortex.
Expand Down

0 comments on commit 0110d0b

Please sign in to comment.