From 697e2c2b11750ea2d080579563d88ee7c16382bf Mon Sep 17 00:00:00 2001 From: RndName Date: Mon, 13 Dec 2021 20:47:28 +0100 Subject: [PATCH] Temporary Fix for broken upload action The upload-artifact version 2.3 has problems with 0byte files and prevent the build action from beeing completed. This temporary fix should be reverted when they fixed the bug. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37df907e..ac0c786e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: $env:PYTHONPATH=".;./pydcs" pyinstaller pyinstaller.spec - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v2.2.4 with: name: dcs_liberation path: dist/