microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
253 stars 115 forks source link

Create hotfix - No artifacts found for this project error message with Create release workflow #1104

Closed BennoVendrig closed 1 week ago

BennoVendrig commented 2 weeks ago

Hi, I have successfully created a 1.0.0 release of the main by using the Create release workflow. I want to create a hotfix on the 1.0.0. release so release 1.0.1 will be created. But if I use the Create release workflow for this on the release 1.0.0 branch the error message "No artifacts found for this project" appears. What do I wrong to create a hotfix?

Thanks in advance

freddydk commented 1 week ago

Tried this in one of my repos. Have a releasebranch releases/6.3 - make a change in that branch. Run CI/CD (in that branch - select branch in github workflow) image

After this - run create release (in that branch); image

After this - I have a 6.3.2 release: image