Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
change to dev/1.20.2
  • Loading branch information
pppoex authored Nov 17, 2023
1 parent 48c4a3f commit e07acd7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
- name: Configure Git User Details
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
- name: Apply Patches
run: ./gradlew applyPatches
run: |
git clone https://github.com/PaperMC/Folia.git FOLIA -b dev/1.20.2
cd FOLIA
./gradlew applyPatches
- name: Build
run: ./gradlew createReobfBundlerJar
run: |
cd FOLIA
./gradlew createReobfBundlerJar
#- name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
Expand All @@ -49,7 +54,7 @@ jobs:
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
files: ./build/libs/*.jar
files: ./FOLIA/build/libs/*.jar
- name: Remove old Releases
uses: dev-drprasad/[email protected]
with:
Expand Down

0 comments on commit e07acd7

Please sign in to comment.