Skip to content

Commit 54f9e8e

Browse files
authored
Update test-build.yml
1 parent 6217a48 commit 54f9e8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ jobs:
108108
name: Upload to CurseForge
109109
runs-on: ubuntu-latest
110110
needs: [generate]
111-
with:
112-
env:
113-
CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
111+
env:
112+
CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
114113

115114
steps:
116115
- name: Download Build Results
@@ -120,4 +119,4 @@ jobs:
120119
path: changelog
121120

122121
- name: Do Upload
123-
run: ./gradlew curseforge
122+
run: ./gradlew curseforge

0 commit comments

Comments
 (0)