obs-studio/CI/linux
Ryan Foster d39d5f3712 CI: Fix packaging scripts
On CI, do not fetch tags in packaging scripts. For some reason, the
checkout action seems to locally update any new git tags on the runner:

t [tag update]   (commit-hash) -> tag-name

This causes future calls to fetch git tags to fail on CI with:

! [rejected]   tag-name -> tag-name  (would clobber existing tag)

To avoid this, we can simply not fetch tags a second time on CI.

Additionally, fix the Windows Installer job.
2022-08-01 21:38:56 -04:00
..
01_install_dependencies.sh CI: Use Qt6 by default when available 2022-07-31 13:45:57 -04:00
02_build_obs.sh CI: Disable new mpegts output for linux 2022-07-30 17:03:20 +02:00
03_package_obs.sh CI: Fix packaging scripts 2022-08-01 21:38:56 -04:00