0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Switch from sh to bash

This commit is contained in:
Andrey Onishchenko
2024-03-02 14:55:37 +03:00
parent c12c5ac539
commit 91332d6088
7 changed files with 10 additions and 10 deletions

View File

@@ -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