Commit Graph

4 Commits

Author SHA1 Message Date
Vadim Zeitlin
032a71b4db Update GitHub actions to avoid relying on deprecated versions
This backports changes already done in master and upgrades to the
currently supported versions of the different actions, most importantly
actions/checkout one.
2022-12-18 03:22:54 +01:00
Vadim Zeitlin
10a7ee987a Fix bug when creating a new release in our gh-release action fork
The previous bug fix fixes updating an existing release, but broke
creating the new ones, which wasn't ideal.

(cherry picked from commit 31720e1ee102b195265203f9e9886929bff0528d)
2022-09-04 17:48:11 +02:00
Vadim Zeitlin
f0cfdab02f Merge branch 'release-workflow'
More fixes for the release workflow.

(cherry picked from commit 12155bff3dcfe3fdd3a9e11c33e1d1071a0418f2)
2022-09-04 16:43:00 +02:00
Vadim Zeitlin
ac18f513ab Add a GitHub Actions workflow for creating releases
This takes care of the easy to automate steps.

(cherry picked from commit d5a9d99781ccf45f59b252977821068304c8fc05)
2022-09-04 03:26:15 +02:00