Skip to content

Commit

Permalink
split actions to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElluIFX committed Nov 12, 2024
1 parent fe64097 commit 69f2a01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

jobs:
pyinstaller-build:
build-mdp-p906:
runs-on: windows-latest
steps:
- name: Build MDP-P906
Expand All @@ -25,6 +25,9 @@ jobs:
compression_level: 9
options: --upx-dir "./.upx"

build-mdp-p906-numba:
runs-on: windows-latest
steps:
- name: Build MDP-P906-Numba
uses: sayyid5416/pyinstaller@v1
with:
Expand Down

0 comments on commit 69f2a01

Please sign in to comment.