dag-andersen / argocd-diff-preview

Tool for rendering manifest changes on pull requests.
Apache License 2.0
175 stars 10 forks source link

Only asset for linux arm64 was released at v0.0.22 #55

Closed suzuki-shunsuke closed 3 weeks ago

suzuki-shunsuke commented 3 weeks ago

https://github.com/dag-andersen/argocd-diff-preview/releases/tag/v0.0.22

image

Assets for macOS and linux amd64 weren't released.

suzuki-shunsuke commented 3 weeks ago

The release workflow succeeded.

https://github.com/dag-andersen/argocd-diff-preview/actions/runs/11579220376/job/32234902351

image

macOS x86_64

Artifact argocd-diff-preview-macOS-x86_64.zip successfully finalized. Artifact ID 2119054189
Artifact argocd-diff-preview-macOS-x86_64 has been successfully uploaded! Final size is 1383409 bytes. Artifact ID is 2119054189
Artifact download URL: https://github.com/dag-andersen/argocd-diff-preview/actions/runs/11579220376/artifacts/2119054189
2s
Run softprops/action-gh-release@v2
Found release v0.0.22 (with id=[1](https://github.com/dag-andersen/argocd-diff-preview/actions/runs/11579220376/job/32234902351#step:8:1)82521798)
♻️ Deleting previously uploaded asset argocd-diff-preview-Darwin-x86_64.tar.gz...
⬆️ Uploading argocd-diff-preview-Darwin-x86_64.tar.gz...
🎉 Release ready at https://github.com/dag-andersen/argocd-diff-preview/releases/tag/untagged-0effede08022a3cc3ed6

linux arm

Artifact argocd-diff-preview-Linux-arm.zip successfully finalized. Artifact ID 2119060526
Artifact argocd-diff-preview-Linux-arm has been successfully uploaded! Final size is 1687442 bytes. Artifact ID is 2119060526
Artifact download URL: https://github.com/dag-andersen/argocd-diff-preview/actions/runs/11579220376/artifacts/2119060526
2s
Run softprops/action-gh-release@v2
👩‍🏭 Creating new GitHub release for tag v0.0.22...
⬆️ Uploading argocd-diff-preview-Linux-arm-musl.tar.gz...
🎉 Release ready at https://github.com/dag-andersen/argocd-diff-preview/releases/tag/untagged-7a732a1c6ff28c1e3f22

The draft release urls were different.

🎉 Release ready at https://github.com/dag-andersen/argocd-diff-preview/releases/tag/untagged-0effede08022a3cc3ed6
🎉 Release ready at https://github.com/dag-andersen/argocd-diff-preview/releases/tag/untagged-7a732a1c6ff28c1e3f22
dag-andersen commented 3 weeks ago

Hi @suzuki-shunsuke Thank you for reporting this. It should now be fixed :) https://github.com/dag-andersen/argocd-diff-preview/releases/tag/v0.0.22

suzuki-shunsuke commented 3 weeks ago

Thank you! Was there any issue in the release process?

dag-andersen commented 3 weeks ago

I don't know how it happened precisely :) I think it got confused because I deleted a release while it was creating a new one. So, some kind of race condition. I will double-check this from now on when creating new releases.