You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert release naming to align with prior format (#99)
actions/setup-copywrite relies on the [specific name](https://github.com/hashicorp/setup-copywrite/blob/main/action.js#L65)
format. Note: the `s/amd64/x86_64/g` behavior is a historical artifact, we
could update it in the future if we coordinate with the action.
Error:
```
Run hashicorp/setup-copywrite@867a1a2
Error: Unable to find asset matching copywrite_0.16.5_linux_x86_64.tar.gz in the v0.16.5 release
```
After this change:
```
• archives
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_windows_x86_64.zip
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_linux_x86_64.tar.gz
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_darwin_x86_64.tar.gz
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_darwin_arm64.tar.gz
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_linux_arm64.tar.gz
• creating archive=dist/copywrite_0.16.5-SNAPSHOT-52379d7_windows_arm64.zip
```
Partial revert of changes made in PR #98
nit: Also adding `dist/` to our ignores
0 commit comments