Fix typo in previous commit

This commit is contained in:
Dhinak G
2021-03-02 00:03:17 -05:00
parent 6750bdf9f1
commit 6c74bfd862

View File

@@ -26,7 +26,7 @@ jobs:
- run: pyinstaller Opencore-Patcher.spec
- run: ./after_pyinstaller.sh
- run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip -r../OpenCore-Patcher.app.zip OpenCore-Patcher.app
- run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip -r ../OpenCore-Patcher.app.zip OpenCore-Patcher.app
- name: Upload Binary to Artifacts
uses: actions/upload-artifact@v2