Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ jobs:
website: "https://greenboi.me"
categories: "mods maps tools items"
- run: echo ${{ steps.pub.outputs.url }}
- uses: actions/checkout@v3
- id: pub_prebuilt
uses: ./
with:
namespace: GreenTF
description: Test
dev: true
token: ${{ secrets.TS_KEY }}
name: test
version: 0.${{ github.run_number }}.1
community: test # needs to be test for thunderstore.dev
file: test_zip.zip




Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ outputs:
description: 'URL of uploaded mod'
runs:
using: docker
image: ghcr.io/greentf/utp:latest
image: docker://ghcr.io/greentf/utp:latest
env:
TCLI_AUTH_TOKEN: ${{ inputs.token }}
TS_COMMUNITY: ${{ inputs.community }}
Expand Down