Skip to content

Commit

Permalink
build: update Thunderstore package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz authored Jun 22, 2023
1 parent c22184c commit 02448c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# This should be modified if your github username is different than your team name on Thunderstore
namespace: ${{ github.repository_owner }} # <------ DOUBLE CHECK THIS
# Name of the package
name: ${{ env.name }} # This can be modified if the package name differs from the repo name
name: parkour # ${{ env.name }} # This can be modified if the package name differs from the repo name
# Package version to publish
version: ${{ github.ref_name }} # This is the tag that was created in the release
# Description of the mod
Expand Down

0 comments on commit 02448c5

Please sign in to comment.