Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Feb 15, 2025
1 parent 0defce7 commit e419047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
name: artifact-${{ matrix.config.upload }}
path: _deploy

merge:
merge-applets:
runs-on: ubuntu-24.04
needs: [ build-mingw, build-linux ]
steps:
Expand All @@ -191,7 +191,7 @@ jobs:

deploy:
runs-on: ubuntu-24.04
needs: [ build-linux, build-mingw, merge ]
needs: [ build-linux, build-mingw, merge-applets ]
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e419047

Please sign in to comment.