Skip to content

Commit

Permalink
Merge pull request #15 from brown-ccv/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mcmcgrath13 authored Nov 12, 2019
2 parents aaddc6a + 4727871 commit ab57728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: startsWith(matrix.os, 'mac')
uses: softprops/action-gh-release@v1
with:
files: dist/${{ steps.package_info.outputs.package_name }}-${{ steps.package_info.outputs.package_version }}.dmg
files: dist/installers/${{ steps.package_info.outputs.package_name }}-${{ steps.package_info.outputs.package_version }}.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ab57728

Please sign in to comment.