You are viewing a potentially older version of this package.

Details

Date Uploaded
Downloads
9
Size
33KB
Dependency string
GreenTF-test-2708179171.29.1

upload-thunderstore-package

Github action that uses the thunderstore CLI to upload a package to thunderstore

Usage

name: Publish Mod

# Run when a new release is... released
on: 
  release:
    types: [published]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      # Use checkout to publish the files in your repo
      - uses: actions/checkout@v3
      - uses: GreenTF/[email protected]
        with:
          namespace: GreenTF # the thunderstore 'team' to publish under
          description: Test 
          token: your-token
          name: test # the name of the package
          version: $GITHUB_REF # Use the tag of the release as the package version
          community: Northstar
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.