From 64f1ee74550814f32c7e72e866a0ef504ab32477 Mon Sep 17 00:00:00 2001 From: AndrewMusser Date: Wed, 24 Jul 2024 16:51:27 -0400 Subject: [PATCH] Try using a different commit for the inno setup action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a003e0..669957b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.GH_LPM_ASPYTHON_TOKEN }} - name: Download + Install Inno - uses: pwall2222/inno-setup-download@v0.0.4 + uses: pwall2222/inno-setup-download@990aaf039022afc0df8932d655f03fc6477b0e97 - name: Create the EXE Installer working-directory: ./utils