use bash shell on windows

This commit is contained in:
2024-10-03 03:14:37 -05:00
parent 70ea121fa3
commit e1327f1215

View File

@@ -112,6 +112,7 @@ jobs:
echo "ARCHIVE_PATH=$(pwd)/$ARCHIVE" >> $GITHUB_ENV
- name: Verify Archive
shell: bash
run: |
if [ ! -f "${{ env.ARCHIVE_PATH }}" ]; then
echo "Error: Archive file not found!"