Skip to content

[Update] upload build artifacts #58

[Update] upload build artifacts

[Update] upload build artifacts #58

Workflow file for this run

---
name: Build Test
"on": [push]
jobs:
build-test:
name: Build with Java 8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "adopt"
cache: "maven"
- run: java -version
- run: mvn --version
- run: mvn -B package
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: /home/runner/work/RankingDisplayer/RankingDisplayer/target/