Skip to content

Commit

Permalink
Merge pull request #256 from mountaindude/master
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mountaindude authored Jun 19, 2023
2 parents d469c1f + 021bae7 commit 88ce872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-macos.zip
artifacts: ./${{ env.DIST_DIR }}/${{ needs.release-please.outputs.release_tag_name }}-macos.zip
token: ${{ github.token }}

- name: Tidy up before existing
Expand Down

0 comments on commit 88ce872

Please sign in to comment.