From e880966c37f2c5dfb7d47d794de0968e90d452c1 Mon Sep 17 00:00:00 2001 From: AnActualEmerald Date: Thu, 12 Jan 2023 20:53:12 -0500 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 361bdfd..e8a7543 100644 --- a/action.yml +++ b/action.yml @@ -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 }} From 41ae3761f2377c8a40278b4a2f34802b618d3440 Mon Sep 17 00:00:00 2001 From: AnActualEmerald Date: Thu, 12 Jan 2023 20:59:30 -0500 Subject: [PATCH 2/2] remove prebuilt file test --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbe69ad..d1d43a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -