Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/g4ixt/QtTinySA
Browse files Browse the repository at this point in the history
  • Loading branch information
g4ixt committed Sep 28, 2024
2 parents 1217295 + 41f66ee commit f0ebff5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Package Application with Pyinstaller

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Package Application
uses: g4ixt/pyinstaller-action-linux@main
with:
path: src

0 comments on commit f0ebff5

Please sign in to comment.