File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 env :
2222 SEGMENT_DOWNLOAD_TIMEOUT_MINS : ' 5'
2323 steps :
24+ - name : Checkout Repository
25+ uses : actions/checkout@v4
26+
2427 - name : Set current date as env variable
2528 run : echo "DATE=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
2629
2730 - name : Get Short Commit Hash
2831 id : vars
2932 run : echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3033
31- - name : Checkout Repository
32- uses : actions/checkout@v4
33-
3434 - name : Set-Up JDK
3535 uses : actions/setup-java@v4
3636 with :
3737 distribution : ' temurin'
38- java-version : ' 17 '
38+ java-version : ' 21 '
3939 architecture : x64
4040 cache : ' gradle'
4141
7777 ### [Lambda Forge ${{ steps.all.outputs.modVersion }} ${{ steps.all.outputs.minecraftVersion }} (${{ env.COMMIT_HASH }})](https://r2-bucket.edouard127.christmas/${{ env.DATE }}-${{ env.COMMIT_HASH }}/lambda-forge-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar)
7878
7979 #### [API (Developer Dependency)](https://r2-bucket.edouard127.christmas/${{ env.DATE }}-${{ env.COMMIT_HASH }}/lambda-api-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar)
80-
81- **Runner:** \`${{ needs.check-runner.outputs.runner-label }}\`
8280 EOF
8381
8482 - name : Failover Upload
You can’t perform that action at this time.
0 commit comments