mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
Update CI pipeline to not try to rename non-existant file
This commit is contained in:
committed by
GitHub
parent
ba2aa11e06
commit
88e0ea9368
4
.github/workflows/build_and_publish.yml
vendored
4
.github/workflows/build_and_publish.yml
vendored
@@ -27,8 +27,8 @@ jobs:
|
|||||||
run: docker-compose -f docker-compose.windows.yml up
|
run: docker-compose -f docker-compose.windows.yml up
|
||||||
- name: Make Windows Installer
|
- name: Make Windows Installer
|
||||||
run: ./create_windows_installer.sh
|
run: ./create_windows_installer.sh
|
||||||
- name: Rename Windows Artifact
|
- name: Zip Portable Windows Artifact
|
||||||
run: mv package.zip windows-portable.zip
|
run: zip -r windows-portable.zip package
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2.3.1
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user