Commit Graph

5 Commits

Author SHA1 Message Date
Martin Pulec
702b530866 create_[con_]release.sh: handle HTTP status != 200 2022-08-23 07:50:28 +02:00
Martin Pulec
dbe05eab33 create_continuous_release.sh: other fixes
- fetch really 'continuous' release, not $TAG (perhaps c&p error from
  create_release.sh)
- create tag only if not exists
2022-08-23 07:39:22 +02:00
Martin Pulec
492f9b8351 create_continuous_release.sh: force fetch
It looks like git on GH tags without signatures first and thus the
consequent fetch in create_continuous_release.sh fails because it
fetches signed tag (although it is the same object).

See also:
https://github.com/MartinPulec/UltraGrid/actions/runs/2902280934

+ enable debugging in the script (`-x`)
2022-08-23 07:39:22 +02:00
Martin Pulec
9eadc71649 create_continuous_release.sh: missing EOF + double-quote vars 2021-11-26 15:45:34 +01:00
Martin Pulec
ddee6968c8 GitHub CI: create continuous release if needed
For Linux AppImages in release channel, zsync files are stored as an
artefact in continuous release assets so ensure that it is present.
2021-11-03 09:04:45 +01:00