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 97e56fa commit a0de961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
java-version: [ 17 ]
os: [ windows-latest ]
os: [ ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out Git repository
Expand All @@ -41,7 +41,7 @@ jobs:
needs: verify
strategy:
matrix:
os: [ windows-latest ]
os: [ ubuntu-20.04, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out Git repository
Expand All @@ -53,7 +53,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: publish to snapshot
run: ./mvnw -Pnative,dist package -e -B
run: ./mvnw -P 'native,dist' package -e -B
- run: mkdir staging && cp -r target/distributions/*.* staging
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a0de961

Please sign in to comment.