Update CI pipeline to not try to rename non-existant file

This commit is contained in:
Hannes Kuchelmeister
2023-02-09 10:48:46 +01:00
committed by GitHub
parent ba2aa11e06
commit 88e0ea9368

View File

@@ -27,8 +27,8 @@ jobs:
run: docker-compose -f docker-compose.windows.yml up
- name: Make Windows Installer
run: ./create_windows_installer.sh
- name: Rename Windows Artifact
run: mv package.zip windows-portable.zip
- name: Zip Portable Windows Artifact
run: zip -r windows-portable.zip package
- name: Upload Artifact
uses: actions/upload-artifact@v2.3.1
with: