Skip to content

Commit f30944e

Browse files
committed
Fix bad dependency
1 parent 4713abe commit f30944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
env:
194194
container_registry: ghcr.io
195195
docker_image_name: share-api
196-
needs: [build-exe]
196+
needs: [build-exes]
197197
runs-on: ubuntu-24.04
198198
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
199199
permissions:

0 commit comments

Comments
 (0)