Skip to content

Commit

Permalink
Fix upload of pkg file. (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo authored Aug 13, 2022
1 parent 98b5d12 commit 8383463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- os: macos-latest
display-name: 'osx'
java-opts: "-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.verbose=true"
installer-name: 'littletableviewer.dmg'
installer-name: 'littletableviewer.pkg'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
extension: [msi, deb, dmg]
extension: [msi, deb, pkg]
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 8383463

Please sign in to comment.