Skip to content

Commit

Permalink
modifying workflow for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Jul 28, 2024
1 parent d5fd553 commit 0b6f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.platform == 'osx'
uses: indygreg/apple-code-sign-action@v1
with:
input_path: ./dist/electron/Packaged/Drehmal.Installer-${{ env.version }}-arm64.dmg
input_path: dist/electron/Packaged/Drehmal Installer-${{ env.version }}-arm64.dmg

- name: Create new release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0b6f40e

Please sign in to comment.