CI release drafting does not determine version correctly
GPMueller opened this issue · 0 comments
GPMueller commented
tag_name=${{ github.event.release.tag_name }}
Does not seem to work the way it should: https://github.com/GPMueller/imgui-app/runs/3725623731?check_suite_focus=true#step:7:427
The resulting names for the zips are desktop-app--linux.zip
and the likes. It should also be checked whether echo "ubuntu_zip=${files[0]}" >> $GITHUB_ENV
etc. work the way they should.