fix config setup

This commit is contained in:
eyedeekay
2024-02-01 16:58:13 -05:00
parent 56be9ed3e0
commit d76c1ff567

View File

@@ -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