Skip to content

Commit

Permalink
Update the Build Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegiwg committed Nov 3, 2023
1 parent f27dd24 commit 91272d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: |
pip install -r .\requirements-dev.txt
briefcase create
briefcase build -t windows -r
briefcase package -t windows
briefcase build -r
briefcase package
- name: Tree
run: tree
Expand All @@ -45,8 +45,8 @@ jobs:
run: |
pip install -r ./requirements-dev.txt
briefcase create
briefcase build -t linux -r
briefcase package -t linux
briefcase build -r
briefcase package
- name: Tree
run: tree
Expand Down

0 comments on commit 91272d5

Please sign in to comment.