call bash specifically

This commit is contained in:
eyedeekay
2024-02-01 16:36:35 -05:00
parent b2fdfc1e89
commit 144e6ba9e0

View File

@@ -19,7 +19,7 @@ jobs:
- name: install wsl
run: wsl --install
- name: build with script
run: ./buildscripts/build.sh
run: bash -c "./buildscripts/build.sh"
- name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe
uses: actions/upload-artifact@v4
with: