Skip to content

Commit

Permalink
ci: fix packaging of web client
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Apr 1, 2024
1 parent f9760f2 commit 77425ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
web-app:
name: Web App
runs-on: ubuntu-latest
needs: [preflight]
needs: [preflight, codesign]

steps:
- name: Download artifacts
Expand Down

0 comments on commit 77425ba

Please sign in to comment.