Update create_package.yml
-Fix typo in Windows build
This commit is contained in:
parent
cefcaed358
commit
a2c45f8de0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create_package.yml
vendored
4
.github/workflows/create_package.yml
vendored
|
|
@ -201,7 +201,7 @@ jobs:
|
|||
- name: Package Windows
|
||||
run: |
|
||||
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 sunshine.exe
|
||||
7z a Sunshine-Windows.zip tools\dxgi-info.exe
|
||||
|
|
@ -211,7 +211,7 @@ jobs:
|
|||
7z a Sunshine-Windows.zip ..\tools\uninstall-service.bat
|
||||
cd ..
|
||||
mkdir artifacts
|
||||
move "sunshine-windows-build/Sunshine-Windows.zip" "artifats"
|
||||
move "sunshine-windows-build\Sunshine-Windows.zip" "artifacts"
|
||||
- name: Upload Artifacts
|
||||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue