mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-09 05:51:02 +00:00
Update pull-requests_build-check.yml
This commit is contained in:
parent
69642d2db3
commit
23f9474e9e
@ -103,11 +103,13 @@ jobs:
|
||||
mkdir -p artifacts
|
||||
|
||||
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
|
||||
echo "...."
|
||||
ls ..
|
||||
|
||||
cd sunshine-build
|
||||
cd sunshine-${{ matrix.distro }}-build
|
||||
mv sunshine.deb sunshine-${{ matrix.distro }}.deb
|
||||
mv sunshine-${{ matrix.distro }}.deb ../artifacts/
|
||||
# - name: Build and Package deb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user