don't try and specify a shell

This commit is contained in:
eyedeekay
2024-02-19 16:37:14 -05:00
parent b3ff9d50f8
commit 175e811ac3

View File

@@ -103,7 +103,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- name: build with script
run: bash -c "./buildscripts/targz.sh; ls *.tar.gz
run: ./buildscripts/targz.sh; ls *.tar.gz
- name: Upload I2P-${{ github.sha }}.tar.gz
uses: actions/upload-artifact@v4
with: