use wsl-bash to generate zip

This commit is contained in:
eyedeekay
2024-02-20 14:44:03 -05:00
parent df2802bf5d
commit d70eb26dbf

View File

@@ -88,7 +88,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: build with script
run: bash -c "./buildscripts/zip.sh; ls *.zip"
run: wsl-bash -c "./buildscripts/zip.sh; ls *.zip"
- name: Upload I2P-windows-portable-${{ github.sha }}.zip
uses: actions/upload-artifact@v4
with: