Update pull-requests_build-check.yml

-Fix permission denied error when moving deb package
This commit is contained in:
ReenigneArcher 2021-12-18 17:01:54 -05:00
parent 65b9b653d0
commit b73ddc232b

View File

@ -111,7 +111,7 @@ jobs:
- name: Package deb
run: |
cd scripts
mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.deb ../artifacts/
sudo mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.deb ../artifacts/
- name: Upload Artifacts
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v2