Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZianTT authored Jul 18, 2023
1 parent c06bc7a commit 9f71778
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
- release/*
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PyInstaller Windows
uses: JackMcKew/[email protected]
- uses: actions/upload-artifact@v2
with:
name: Windows-Build
path: dist

0 comments on commit 9f71778

Please sign in to comment.