Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Nov 9, 2024
1 parent 38ea75b commit 7c5981e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,11 @@ jobs:

merge_packages:
needs:
- build
- jpackage_linux
- jpackage_macos
- jpackage_windows
- build
- jpackage_linux
- jpackage_macos
- jpackage_windows
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Download package artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit 7c5981e

Please sign in to comment.