From 85c8d7fd3e49714795995c77867714efd9f2b2dd Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 23 Oct 2023 08:39:44 +0200 Subject: [PATCH] Revert "CI: fix Windows build upload workaround" no longer needed This reverts commit 4e43d566fd0ef05e12816494576fd42e164e05a7. --- .github/workflows/ccpp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 4d47ea330..be6039e3e 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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'