From 175e811ac3efab9eafccbf049733829ab8f9af6b Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:37:14 -0500 Subject: [PATCH] don't try and specify a shell --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 713ec6a..32fc1ab 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -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: