Update pull-requests_build-check.yml
-Fix permission denied error when moving deb package
This commit is contained in:
@@ -111,7 +111,7 @@ jobs:
|
|||||||
- name: Package deb
|
- name: Package deb
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
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
|
- name: Upload Artifacts
|
||||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user