Skip to content

Commit

Permalink
more build experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Sep 8, 2024
1 parent ea47f2f commit bc2c0ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
version: [ a, b, c ]

runs-on: ${{ matrix.os }}

Expand All @@ -27,7 +26,7 @@ jobs:

server-password: MAVEN_PASSWORD
- name: build-and-package
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} mvn -Pnative-jpackage clean package jpackage:jpackage
run: mvn -Pnative-jpackage clean package jpackage:jpackage

- name: build-and-package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bc2c0ad

Please sign in to comment.