diff --git a/.github/workflows/pull-requests_build-check.yml b/.github/workflows/pull-requests_build-check.yml index 5f842283..a13c6ff5 100644 --- a/.github/workflows/pull-requests_build-check.yml +++ b/.github/workflows/pull-requests_build-check.yml @@ -106,7 +106,7 @@ jobs: - name: Build and Package deb run: | cd scripts - ./build-sunshine -p -s .. + ./build-sunshine.sh -p -s .. cd sunshine-build mv sunshine.deb sunshine-${{ matrix.distro }}.deb diff --git a/scripts/README.md b/scripts/README.md index 5c2068d4..16e99ac8 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -32,13 +32,13 @@ cd scripts Then, the sources will be compiled and the debian package generated: ``` -./build-sunshine -p -s .. +./build-sunshine.sh -p -s .. ``` You can run `build-sunshine -p -s ..` again as long as the docker container exists. ``` git pull -./build-sunshine -p -s .. +./build-sunshine.sh -p -s .. ``` Optionally, the docker container can be removed after you're finished: