Skip to content

Commit

Permalink
mavenize
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jun 26, 2023
1 parent e548607 commit a42d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
distribution: 'temurin'
- name: publish to snapshot
run: ./mvnw -Pnative,dist package -e -B
- run: mkdir staging && cp target/distributions/*.* staging
- run: mkdir staging && cp -r target/distributions/*.* staging
- uses: actions/upload-artifact@v3
with:
name: Package
Expand Down

0 comments on commit a42d71e

Please sign in to comment.