Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 committed Jul 25, 2024
1 parent 0a763ef commit e031ce7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:

- run: java -version
- run: mvn --version
- run: mvn -B package
- run: mvn -B package

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
path: /home/runner/work/LeonGunWar/LeonGunWar/target/

0 comments on commit e031ce7

Please sign in to comment.