Rename deb to Linux
This commit is contained in:
parent
b41cbc8ab4
commit
1e0db7df4e
1 changed files with 3 additions and 3 deletions
|
|
@ -99,17 +99,17 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Container deb
|
||||
- name: Setup Container
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
|
||||
cd scripts
|
||||
sudo ./build-container.sh -c build -f Dockerfile-${{ matrix.distro }} -n sunshine-${{ matrix.distro }}
|
||||
- name: Build deb
|
||||
- name: Build Linux
|
||||
run: |
|
||||
cd scripts
|
||||
sudo ./build-sunshine.sh -p -u -n sunshine-${{ matrix.distro }} -s ..
|
||||
- name: Package deb
|
||||
- name: Package Linux
|
||||
run: |
|
||||
cd scripts
|
||||
sudo mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.deb ../artifacts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue