mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-11-16 18:57:01 +03:00
Switch from sh to bash
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
ref: ${{ (inputs.ref || '') }}
|
||||
|
||||
- name: Build
|
||||
run: sh ./.github/workflows/build.sh
|
||||
run: bash ./.github/workflows/build.sh
|
||||
|
||||
- name: Upload Arch artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user