Skip to content

Commit

Permalink
Choose interpreted profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Prelle committed Jun 5, 2024
1 parent 094a323 commit a818a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ jobs:
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
- name: Compile update artifact
run: mvn -s settings.xml package -Pdesktop
run: mvn -s settings.xml package -Pinterpreted
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: JPackage
run: mvn -s settings.xml -B jpackage:jpackage
run: mvn -s settings.xml -B jpackage:jpackage -Pinterpreted
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
- name: Compile update artifact
run: mvn -s settings.xml package -Pdesktop
run: mvn -s settings.xml package -Pinterpreted
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -111,7 +111,7 @@ jobs:
# password: ${{ secrets.DEPLOY_PASSWORD }}

- name: JPackage
run: mvn -s settings.xml -B jpackage:jpackage
run: mvn -s settings.xml -B jpackage:jpackage -Pinterpreted
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a818a31

Please sign in to comment.