mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
change to sh
This commit is contained in:
parent
709af84967
commit
3a8857efb8
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
@ -16,7 +16,7 @@ case $OS in
|
||||
apt-get update
|
||||
apt-get install -y jq curl p7zip-full nodejs npm unzip
|
||||
npm install -g @electron/asar
|
||||
./build_deb.sh
|
||||
sh ./build_deb.sh
|
||||
|
||||
mkdir dist
|
||||
mv deb/*.deb dist
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user