[CI-SKIP] the Get MC Version step was located in a wrong place

This commit is contained in:
Tofik ♡ 2021-06-17 15:33:40 +02:00 committed by GitHub
parent 534c14071b
commit 34ffcdc1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,14 +46,14 @@ jobs:
git config --global user.name "Github CI"
git config --global gc.auto 0
- name: Get MC Version
run: echo "::set-output name=mcver::$(cat ".gradle/caches/paperweight/upstreams/paper/work/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)"
id: mcver
- name: Apply Patches
run: |
./gradlew applyPatches
- name: Get MC Version
run: echo "::set-output name=mcver::$(cat ".gradle/caches/paperweight/upstreams/paper/work/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)"
id: mcver
- name: Pull Maven Cache
uses: actions/cache@v2
id: maven-cache