Skip to content

Commit

Permalink
chore: Update build workflow to change script names for GUI and CLI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
techtanic committed Nov 2, 2024
1 parent 69763fc commit 9d48375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
include:
- name: "DUCE-GUI-windows"
mode: "-w"
script: "gui.py"
script: "gui"
- name: "DUCE-CLI-windows"
mode: "-c"
script: "cli.py"
script: "cli"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9d48375

Please sign in to comment.