Update pull-requests_build-check.yml
This commit is contained in:
@@ -103,11 +103,13 @@ jobs:
|
|||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
|
|
||||||
cd scripts
|
cd scripts
|
||||||
sudo ./build-container.sh -f Dockerfile-${{ matrix.distro }} -n sunshine-${{ matrix.distro }}
|
sudo ./build-container.sh -c compile -f Dockerfile-${{ matrix.distro }} -n sunshine-${{ matrix.distro }}
|
||||||
|
|
||||||
ls
|
ls
|
||||||
|
echo "...."
|
||||||
|
ls ..
|
||||||
|
|
||||||
cd sunshine-build
|
cd sunshine-${{ matrix.distro }}-build
|
||||||
mv sunshine.deb sunshine-${{ matrix.distro }}.deb
|
mv sunshine.deb sunshine-${{ matrix.distro }}.deb
|
||||||
mv sunshine-${{ matrix.distro }}.deb ../artifacts/
|
mv sunshine-${{ matrix.distro }}.deb ../artifacts/
|
||||||
# - name: Build and Package deb
|
# - name: Build and Package deb
|
||||||
|
|||||||
Reference in New Issue
Block a user