Skip to content

Commit

Permalink
remove dmg build
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Feb 21, 2022
1 parent 50390ee commit 5208a74
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
exit 1
fi
shell: bash
- name: Build Dmg
if: startsWith(matrix.os, 'macos') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
run: |
export JAVA_HOME='/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home'
export PATH=$JAVA_HOME/bin:$PATH
./gradlew packageApplicationDmg
./gradlew packageImporterApplicationDmg
- name: Upload zip and jar
if: startsWith(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
uses: actions/upload-artifact@v2
Expand All @@ -85,14 +78,14 @@ jobs:
path: build/libs/omero_*
if-no-files-found: error
- name: Upload insight artifacts
if: startsWith(matrix.os, 'ubuntu') != true && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
if: startsWith(matrix.os, 'windows') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
uses: actions/upload-artifact@v2
with:
name: artifacts
path: build/packaged/main/bundles/*
if-no-files-found: error
- name: Upload importer artifacts
if: startsWith(matrix.os, 'ubuntu') != true && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
if: startsWith(matrix.os, 'windows') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
uses: actions/upload-artifact@v2
with:
name: artifacts
Expand Down

0 comments on commit 5208a74

Please sign in to comment.