make sure we're in wsl with zip

This commit is contained in:
eyedeekay
2024-02-20 16:37:39 -05:00
parent ef99328eed
commit 4767e1fba2

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: