From f8870cd12d174efbb2351f84353ec3903a6229aa Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 19 Mar 2024 21:41:40 -0400 Subject: [PATCH] use the tag to determine the version to build --- .github/workflows/ant.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 91c27d2..27b7634 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-unsigned.exe - path: I2P-Easy-Install-Bundle-2.4.0.exe + path: I2P-Easy-Install-Bundle-*.exe buildjpackagexe: runs-on: windows-latest @@ -48,7 +48,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: I2P-EXE-unsigned.exe - path: I2P-EXE-2.4.0.exe + path: I2P-EXE-*.exe buildjpackagmsi: runs-on: windows-latest @@ -65,7 +65,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: I2P-MSI-unsigned.msi - path: I2P-MSI-2.4.0.msi + path: I2P-MSI-*.msi buildzip: runs-on: windows-latest