Make updating the release the default action #189
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi!189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci-release-default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To make the artifacts built by the GTK CI actually available to users, they need to be downloadable from somewhere.
I had intended GitHub Releases to be that place, but it seems like you didn't enable publishing to it the last time you ran the action (the option to do so was intended for testing, since Actions artifacts get deleted after some time and need login to access, but potentially broken builds shouldn't be released).
With this change, the corresponding checkbox is checked by default, which better represents the intended use.
Thanks!
Looking at the build log, it seems like my libadwaita patch did not apply in Actions.
The same patch worked without issue on the same versions when I ran it on Actions before submitting it, so I find this very surprising.
I'll try to figure out what is wrong here as soon as I am able (probably in three days)