mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 03:18:32 +00:00
Rename artifacts
This commit is contained in:
parent
9930880ee6
commit
9c976a23de
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: sunshine-AppImage
|
||||
name: sunshine-appimage
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
@ -250,7 +250,7 @@ jobs:
|
||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: sunshine-${{ runner.os }}
|
||||
name: sunshine-windows
|
||||
path: artifacts/
|
||||
- name: Create Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
|
Loading…
Reference in New Issue
Block a user