mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 20:09:54 +00:00
Update create_package.yml
-Fix typo in Windows build
This commit is contained in:
parent
cefcaed358
commit
a2c45f8de0
4
.github/workflows/create_package.yml
vendored
4
.github/workflows/create_package.yml
vendored
@ -201,7 +201,7 @@ jobs:
|
|||||||
- name: Package Windows
|
- name: Package Windows
|
||||||
run: |
|
run: |
|
||||||
cd sunshine-windows-build
|
cd sunshine-windows-build
|
||||||
Del ..\assets\apps_linux.json
|
del ..\assets\apps_linux.json
|
||||||
7z a Sunshine-Windows.zip ..\assets
|
7z a Sunshine-Windows.zip ..\assets
|
||||||
7z a Sunshine-Windows.zip sunshine.exe
|
7z a Sunshine-Windows.zip sunshine.exe
|
||||||
7z a Sunshine-Windows.zip tools\dxgi-info.exe
|
7z a Sunshine-Windows.zip tools\dxgi-info.exe
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
7z a Sunshine-Windows.zip ..\tools\uninstall-service.bat
|
7z a Sunshine-Windows.zip ..\tools\uninstall-service.bat
|
||||||
cd ..
|
cd ..
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
move "sunshine-windows-build/Sunshine-Windows.zip" "artifats"
|
move "sunshine-windows-build\Sunshine-Windows.zip" "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
|
||||||
|
Loading…
Reference in New Issue
Block a user