Revert "CI: fix Windows build upload workaround"

no longer needed

This reverts commit 4e43d566fd.
This commit is contained in:
Martin Pulec
2023-10-23 08:39:44 +02:00
parent acd11ef4cb
commit 85c8d7fd3e

View File

@@ -319,7 +319,6 @@ jobs:
if: (github.repository == 'CESNET/UltraGrid' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/')
run: |
cd build; zip -9 -r UltraGrid-$VERSION-win64.zip UltraGrid-$VERSION-win64
PATH=/usr/bin:$PATH # TOREMOVE when not needed (see git commit message)
$GITHUB_WORKSPACE/.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION-win64.zip application/zip Windows%20build
- name: Upload Build
if: steps.upload-release.conclusion == 'skipped'