0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-25 06:44:38 +03:00

change to sh

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

View File

@ -16,7 +16,7 @@ case $OS in
apt-get update apt-get update
apt-get install -y jq curl p7zip-full nodejs npm unzip apt-get install -y jq curl p7zip-full nodejs npm unzip
npm install -g @electron/asar npm install -g @electron/asar
./build_deb.sh sh ./build_deb.sh
mkdir dist mkdir dist
mv deb/*.deb dist mv deb/*.deb dist

View File

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