try to fix config.sh in CI
This commit is contained in:
17
.github/workflows/ant.yml
vendored
17
.github/workflows/ant.yml
vendored
@ -16,23 +16,6 @@ jobs:
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
- name: install wsl
|
||||
run: wsl --install -d Ubuntu
|
||||
- name: install makensis dos2unix
|
||||
run: wsl apt install nsis* dos2unix
|
||||
- name: change config
|
||||
run: |
|
||||
bash -c "echo '' >> config.sh"
|
||||
bash -c "echo VERSIONMAJOR=2 >> config.sh"
|
||||
bash -c "echo VERSIONMINOR=0 >> config.sh"
|
||||
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 '' >> config.sh"
|
||||
unix2dos config.sh config-override.sh
|
||||
bash -c "mv config-override.sh config.sh"
|
||||
- name: build with script
|
||||
run: bash -c "./buildscripts/exe.sh; ls *.exe"
|
||||
- name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe
|
||||
|
Reference in New Issue
Block a user