try chocowget for zip

This commit is contained in:
eyedeekay
2024-02-20 16:51:39 -05:00
parent 4767e1fba2
commit 7a550091f2

View File

@@ -82,13 +82,14 @@ jobs:
- uses: actions/checkout@v4
- run: wsl apt-get update
- run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext zip
- run: choco install wget
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: build with script
run: wsl bash -c "./buildscripts/zip.sh; ls *.zip"
run: bash -c "./buildscripts/zip.sh; ls *.zip"
- name: Upload I2P-windows-portable-${{ github.sha }}.zip
uses: actions/upload-artifact@v4
with: