Skip to content

Commit 7b49478

Browse files
Update action.yml (#13)
* Update action.yml * remove prebuilt file test
1 parent 234a393 commit 7b49478

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@ jobs:
3232
website: "https://greenboi.me"
3333
categories: "mods maps tools items"
3434
- run: echo ${{ steps.pub.outputs.url }}
35-
- uses: actions/checkout@v3
36-
- id: pub_prebuilt
37-
uses: ./
38-
with:
39-
namespace: GreenTF
40-
description: Test
41-
dev: true
42-
token: ${{ secrets.TS_KEY }}
43-
name: test
44-
version: 0.${{ github.run_number }}.1
45-
community: test # needs to be test for thunderstore.dev
46-
file: test_zip.zip
47-
4835

4936

5037

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ outputs:
4949
description: 'URL of uploaded mod'
5050
runs:
5151
using: docker
52-
image: ghcr.io/greentf/utp:latest
52+
image: docker://ghcr.io/greentf/utp:latest
5353
env:
5454
TCLI_AUTH_TOKEN: ${{ inputs.token }}
5555
TS_COMMUNITY: ${{ inputs.community }}

0 commit comments

Comments
 (0)