Skip to content

Commit

Permalink
Separate experimental and stable builds for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cube committed Jul 15, 2024
1 parent c48e0cd commit e144663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
--app-version "${{ needs.semver.outputs.MACOS_MAJORMINORPATCH }}" \
--copyright Copyright \
--description "OoliteStarter ${{ needs.semver.outputs.GITVERSION_SEMVER }}" \
--name "OoliteStarter" --dest target/appimage \
--name "OoliteStarter${{ needs.semver.outputs.FLAVOR }}" --dest target/appimage \
--temp target/oolite-starter-tmp --vendor "OoliteProject" --verbose \
--icon oolitestarter/src/main/resources/oolite_logo.png \
--input OoliteStarter-${{ needs.semver.outputs.GITVERSION_SEMVER }}/dist \
Expand Down Expand Up @@ -366,8 +366,8 @@ jobs:
--type pkg \
--verbose \
--app-version "${{ needs.semver.outputs.MACOS_MAJORMINORPATCH }}" \
--app-image target/appimage/OoliteStarter.app \
--name "OoliteStarter" \
--app-image target/appimage/OoliteStarter${{ needs.semver.outputs.FLAVOR }}.app \
--name "OoliteStarter${{ needs.semver.outputs.FLAVOR }}" \
--icon oolitestarter/src/main/resources/oolite_logo.png \
--dest target \
--resource-dir oolitestarter/src/jpackage/resources-mac \
Expand All @@ -387,7 +387,7 @@ jobs:
- name: Rename result
run: |
mv ./target/OoliteStarter-${{ needs.semver.outputs.MACOS_MAJORMINORPATCH }}.pkg ./target/OoliteStarter-${{ needs.semver.outputs.GITVERSION_SEMVER }}-MacOS-${HOSTTYPE}.pkg
mv ./target/OoliteStarter${{ needs.semver.outputs.FLAVOR }}-${{ needs.semver.outputs.MACOS_MAJORMINORPATCH }}.pkg ./target/OoliteStarter-${{ needs.semver.outputs.GITVERSION_SEMVER }}-MacOS-${HOSTTYPE}.pkg
- name: Check status 4
run: |
Expand Down

0 comments on commit e144663

Please sign in to comment.