Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Jun 19, 2023
1 parent d469c1f commit 021bae7
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 021bae7

Please sign in to comment.