Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
ci: Use null2264/actions repo
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 24, 2024
1 parent 44e2e27 commit a6a2945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
18 changes: 0 additions & 18 deletions .github/actions/setup/action.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup build environment
uses: ./.github/actions/setup
- name: Setup Gradle
uses: null2264/actions/gradle-setup@6712f98d592b126629afd27dc4870c93b53426b4
with:
java: 21
- name: Build LibreExpFix
run: ./gradlew build
- name: Move needed jar files
Expand All @@ -19,4 +21,4 @@ jobs:
with:
path: filtered/versions/*/build/libs/*.jar
if-no-files-found: error
retention-days: 3
retention-days: 3
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup build environment
uses: ./.github/actions/setup
- name: Setup Gradle
uses: null2264/actions/gradle-setup@6712f98d592b126629afd27dc4870c93b53426b4
with:
java: 21
- name: Build
run: ./gradlew build --stacktrace
- name: Archive build results
Expand Down

0 comments on commit a6a2945

Please sign in to comment.