Skip to content

Commit

Permalink
Merge pull request #1 from stanleymw/main
Browse files Browse the repository at this point in the history
Fix folia builds
  • Loading branch information
Slackadays authored Jul 31, 2024
2 parents 5e334f5 + e82e6ba commit 56f04a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/folia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'

# Runs a set of commands using the runners shell
- name: 'Build Folia .jar'
run: |
sudo apt update
sudo apt install openjdk-19-jre-headless
sh build.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: FoliaToGo
path: Folia/build/libs/*.jar

0 comments on commit 56f04a5

Please sign in to comment.