fix config setup
This commit is contained in:
4
.github/workflows/ant.yml
vendored
4
.github/workflows/ant.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
|||||||
bash -c "echo VERSIONBUILD=0 >> config.sh"
|
bash -c "echo VERSIONBUILD=0 >> config.sh"
|
||||||
bash -c "echo I2P_VERSION=2.0.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 export I2P_VERSION=2.0.0 >> config.sh"
|
||||||
bash -c "echo VERSION=master" >> config.sh"
|
bash -c "echo VERSION=master >> config.sh"
|
||||||
bash -c "echo export VERSION=master" >> config.sh"
|
bash -c "echo export VERSION=master >> config.sh"
|
||||||
- name: build with script
|
- name: build with script
|
||||||
run: bash -c "./buildscripts/exe.sh; ls *.exe"
|
run: bash -c "./buildscripts/exe.sh; ls *.exe"
|
||||||
- name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe
|
- name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user