Skip to content

Commit

Permalink
- Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Oct 12, 2024
1 parent 8fb197b commit 30d669a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
Expand All @@ -21,5 +21,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Lumenized
name: AE2CT-Legacy
path: build/libs

0 comments on commit 30d669a

Please sign in to comment.