Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGaming7780 committed Oct 28, 2023
1 parent 706cbbd commit 1c576f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
needs: verify
steps:
- uses: actions/checkout@v3
- uses: GreenTF/upload-thunderstore-package@v4
# - uses: GreenTF/upload-thunderstore-package@v4
- name: Upload Thunderstore Package
uses: GreenTF/upload-thunderstore-package@ad676fb6814de065430f226de9930cec3c811bb3
with:
community: northstar
# Name of the team to publish the mod under
Expand All @@ -45,7 +47,7 @@ jobs:
# Directory to wrap the contents of the repo in
wrap: mods/${{ github.repository_owner }}.${{ env.name }} # This will wrap your Author.ModName folder in a mods/ folder before publishing
# deps: "northstar-Northstar@1.9.3" # <------------- Uncomment this line to add dependencies to your mod, each sparated by a space
# repo: northstar.thunderstore.io
repo: northstar.thunderstore.io
categories: |
mods
client-side
Expand Down

0 comments on commit 1c576f0

Please sign in to comment.