From 2ce03a426c362f10d9ee9a52bf074834fc9f65ee Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 17:54:47 -0500 Subject: [PATCH] set i2pversion not config.sh --- .github/workflows/ant.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index e83b214..819245a 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,15 +16,15 @@ jobs: distribution: 'temurin' - name: change config run: | - echo '' tee config.sh - echo VERSIONMAJOR=2 tee config.sh - echo VERSIONMINOR=0 tee config.sh - echo VERSIONBUILD=0 tee config.sh - echo I2P_VERSION=2.0.0 tee config.sh - echo export I2P_VERSION=2.0.0 tee config.sh - echo VERSION=master tee config.sh - echo export VERSION=master tee config.sh - echo '' tee config.sh + echo '' tee i2pversion + echo VERSIONMAJOR=2 tee i2pversion + echo VERSIONMINOR=0 tee i2pversion + echo VERSIONBUILD=0 tee i2pversion + echo I2P_VERSION=2.0.0 tee i2pversion + echo export I2P_VERSION=2.0.0 tee i2pversion + echo VERSION=master tee i2pversion + echo export VERSION=master tee i2pversion + echo '' tee i2pversion - name: build with script run: bash -c "./buildscripts/exe.sh; ls *.exe" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe