diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index b0cf7d7..17e67be 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -24,7 +24,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: build with script - run: bash "./buildscripts/unsigned.sh; ls *.exe" + run: bash -c "./buildscripts/unsigned.sh; ls *.exe" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe uses: actions/upload-artifact@v4 with: @@ -84,7 +84,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: build with script - run: bash "./buildscripts/zip.sh; ls *.zip" + run: bash -c "./buildscripts/zip.sh; ls *.zip" - name: Upload I2P-windows-portable-${{ github.sha }}.zip uses: actions/upload-artifact@v4 with: