mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-07 13:16:40 -06:00
use bash shell on windows
This commit is contained in:
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user