Aktualizovat „.gitea/workflows/build.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-04-01 20:39:41 +02:00
parent 7b3d5e353e
commit 8176b8c967
1 changed files with 4 additions and 3 deletions

View File

@ -19,10 +19,11 @@ jobs:
run: | run: |
git clone https://git.lipovcan.cz/Upstream/Folia.git git clone https://git.lipovcan.cz/Upstream/Folia.git
cd Folia cd Folia
ls -lah
- name: Build | applyPatches - name: Build | applyPatches
run: ./gradlew applyPatches run: cd Folia && ./gradlew applyPatches
- name: Build | createJar - name: Build | createJar
run: ./gradlew createReobfBundlerJar run: cd Folia && ./gradlew createReobfBundlerJar
- name: Build | ls - name: Build | ls
run: ls build/libs -lah run: cd Folia && ls build/libs -lah
- run: echo "🍏 This job's status is complete." - run: echo "🍏 This job's status is complete."