From e1e61ec7b27afaf8648cc7ce48b0dafbec55e700 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 14:06:06 -0500 Subject: [PATCH] use winbash to run buildscripts --- .github/workflows/ant.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 46161ae..b0cf7d7 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -11,7 +11,6 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 - - uses: pkg-src/github-action-git-bash@v1.1 - name: Set git to use LF run: | git config --global core.autocrlf false @@ -25,7 +24,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: build with script - run: git-bash "./buildscripts/unsigned.sh; ls *.exe" + run: bash "./buildscripts/unsigned.sh; ls *.exe" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe uses: actions/upload-artifact@v4 with: @@ -72,7 +71,6 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 - - uses: pkg-src/github-action-git-bash@v1.1 - name: Set git to use LF run: | git config --global core.autocrlf false @@ -86,7 +84,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: build with script - run: git-bash "./buildscripts/zip.sh; ls *.zip" + run: bash "./buildscripts/zip.sh; ls *.zip" - name: Upload I2P-windows-portable-${{ github.sha }}.zip uses: actions/upload-artifact@v4 with: