Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dafik committed Nov 18, 2023
1 parent a4bf0eb commit 7a5bb6f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/upload-artifact@v3
with:
name: app
path: app/target/*-dep.jar
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -56,6 +53,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
with:
name: app
path: app/target/*-dep.jar


docker:
needs: [publish]
Expand Down

0 comments on commit 7a5bb6f

Please sign in to comment.