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

change to sh

This commit is contained in:
2024-02-01 18:40:07 +03:00
parent 709af84967
commit 3a8857efb8
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: ./.github/workflows/build.sh
run: sh ./.github/workflows/build.sh
- name: Upload artifact
uses: actions/upload-artifact@v4