Skip to content

Commit 424010d

Browse files
authored
Update test-build.yml
1 parent 54f9e8e commit 424010d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
upload:
108108
name: Upload to CurseForge
109109
runs-on: ubuntu-latest
110-
needs: [generate]
110+
needs: [generate, build]
111111
env:
112112
CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
113113

0 commit comments

Comments
 (0)