Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devansharora18 authored Oct 14, 2023
1 parent aa7ea79 commit 96d2872
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 96d2872

Please sign in to comment.