From df2802bf5d596c7e080500897e1354c28e3af6e5 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 14:41:03 -0500 Subject: [PATCH] fix path for dev build artifact upload --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 1c18827..d8469ad 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -31,7 +31,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe - path: I2P-Easy-Install-Bundle-2.4.0-unsigned.exe + path: I2P-Easy-Install-Bundle-2.4.0.exe buildjpackagexe: runs-on: windows-latest