obs-studio/CI/windows
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.ps1 CI: Use Qt6 by default when available 2022-07-31 13:45:57 -04:00
02_build_obs.ps1 CI: Add Invoke-External functions for Powershell 2022-07-30 18:04:15 +02:00
03_package_obs.ps1 CI: Fix packaging scripts 2022-08-01 21:38:56 -04:00