Skip to content

Commit

Permalink
Attempt fixing the GitHub Actions configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
  • Loading branch information
gridhead committed Jul 22, 2024
1 parent 36fdb1e commit 2c5753e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
fail-fast: false

steps:
- name: "Checkout the codebase to a local working directory"
uses: "actions/checkout@v4"
- uses: "actions/checkout@v4"

- name: "Setup a functioning local Python 3 installation"
uses: "actions/setup-python@v5"
Expand All @@ -23,7 +22,7 @@ jobs:
run: "python3 -m poetry install"

- name: "Build the project binary"
run: "python3 -m pyinstaller expedite\client\bridge\main.py --clean --onefile --name 'ed-bridge-${{ github.sha }}' --windowed --icon assets\icon\expedite.ico"
run: "python3 -m pyinstaller expedite/client/bridge/main.py --clean --onefile --name 'ed-bridge-${{ github.sha }}' --windowed --icon assets/icon/expedite.ico"

- uses: "actions/upload-artifact@v4"
with:
Expand Down

0 comments on commit 2c5753e

Please sign in to comment.