From 96d287240b4ae8d40adeb24815cb39f40e718660 Mon Sep 17 00:00:00 2001 From: Devansh Arora <68769374+ART3MISTICAL@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:58:31 +0530 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fd74056 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,26 @@ + +name: Package Application with Pyinstaller + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Package Application + uses: JackMcKew/pyinstaller-action-windows@main + with: + path: / + + - uses: actions/upload-artifact@v2 + with: + name: color_palette + path: /main.py