Skip to content

Commit

Permalink
Fix some CI quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 8d09553 commit ba2e84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:17-jdk
options: --user root
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Artifacts
path: ./*/build/libs/
path: ./**/build/libs/
- uses: actions/upload-artifact@v3
with:
name: Maven Local
Expand Down

0 comments on commit ba2e84b

Please sign in to comment.