Test self-hosted

This commit is contained in:
Dhinak G
2021-03-22 20:58:00 -04:00
parent 3d9f3a1147
commit 16b9cb44c2

View File

@@ -2,7 +2,6 @@ name: CI
on: on:
push: push:
pull_request:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]
@@ -14,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Python Dependencies # - name: Install Python Dependencies
run: | # run: |
python3 -m pip install -U pip # python3 -m pip install -U pip
pip3 install pyinstaller # pip3 install pyinstaller
- run: pyinstaller Opencore-Patcher.spec - run: pyinstaller Opencore-Patcher.spec
- run: ./after_pyinstaller.sh - run: ./after_pyinstaller.sh