Skip to content

Commit 3899bbd

Browse files
committed
Add checkout and jdk setup to curseforge step
1 parent d516daf commit 3899bbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ jobs:
113113
CF_TOKEN: ${{ secrets.CF_API_TOKEN }}
114114

115115
steps:
116+
- name: Checkout
117+
uses: actions/checkout@v2
118+
119+
- name: Set up JDK 1.8
120+
uses: actions/setup-java@v1
121+
with:
122+
java-version: 1.8
123+
116124
- name: Download Build Results
117125
uses: actions/download-artifact@v2
118126
with:

0 commit comments

Comments
 (0)