Skip to content

Commit

Permalink
Fix macOS installer suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 16, 2024
1 parent 8ddbf78 commit a27499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
printf 'INSTALLER_SUFFIX=1-amd64.deb\n' >> $GITHUB_ENV
;;
"macOS")
printf 'INSTALLER_SUFFIX=macOS.pkg\n' >> $GITHUB_ENV
printf 'INSTALLER_SUFFIX=x86_64-macOS.pkg\n' >> $GITHUB_ENV
;;
*)
printf 'Do not know how to install pandoc on %s\n' "$RUNNER_OS"
Expand Down

0 comments on commit a27499c

Please sign in to comment.