From d76c1ff56719970a5e51786155d95058c65612e9 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 16:58:13 -0500 Subject: [PATCH] fix config setup --- .github/workflows/ant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 9dd3633..20fb6a7 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -25,8 +25,8 @@ jobs: bash -c "echo VERSIONBUILD=0 >> config.sh" bash -c "echo I2P_VERSION=2.0.0 >> config.sh" bash -c "echo export I2P_VERSION=2.0.0 >> config.sh" - bash -c "echo VERSION=master" >> config.sh" - bash -c "echo export VERSION=master" >> config.sh" + bash -c "echo VERSION=master >> config.sh" + bash -c "echo export VERSION=master >> config.sh" - name: build with script run: bash -c "./buildscripts/exe.sh; ls *.exe" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe