mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-30 17:49:07 +00:00
Update pull-requests_build-check.yml
-Fix permission denied error when moving deb package
This commit is contained in:
parent
65b9b653d0
commit
b73ddc232b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user