From e6126d903d8ada2b934e5f079f27c11a853c84d7 Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Tue, 17 Sep 2024 02:07:52 +0300 Subject: [PATCH] added if closure to pyinstaller.yml --- .github/workflows/pyinstaller.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 134af8b8..391e24bf 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -150,7 +150,8 @@ jobs: else value=$(cat release_url/release_url.txt) echo "UPLOAD_URL=$value" >> $GITHUB_ENV - + fi + shell: bash - name: Upload Release Asset id: upload-release-asset uses: softprops/action-gh-release@v1