Skip to content

Commit

Permalink
add dependency for build-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent b174f35 commit 7ce98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
# needs: [build-linux, build-windows, build-mac]
needs: [build-windows]
needs: [build-windows, build-linux]
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit 7ce98d9

Please sign in to comment.