From 577b71453c68851fabe0914348637752b21195ec Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 9 Jun 2024 15:20:29 +0200 Subject: [PATCH] Retry --- .github/workflows/build_artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_artifacts.yaml b/.github/workflows/build_artifacts.yaml index 73a0f41..2aa0d69 100644 --- a/.github/workflows/build_artifacts.yaml +++ b/.github/workflows/build_artifacts.yaml @@ -38,7 +38,7 @@ jobs: docker run --rm \ --volume "/tmp/cachepip:/wine/drive_c/users/root/appdata/local/pip/cache/" \ --volume "${{ github.workspace }}:/src/" \ - batonogov/pyinstaller-windows:latest + batonogov/pyinstaller-windows:latest pyinstaller - name: Archive artifacts uses: actions/upload-artifact@v4 with: