mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Fix matrix.extension
This commit is contained in:
parent
7f22774e08
commit
67762aa445
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
|||||||
if: ${{ matrix.package != '' }}
|
if: ${{ matrix.package != '' }}
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
cd scripts
|
||||||
sudo mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.{matrix.extension} ../artifacts/
|
sudo mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.${{ matrix.extension }} ../artifacts/
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: ${{ matrix.package == '-p' && ( github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ) }}
|
if: ${{ matrix.package == '-p' && ( github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ) }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user