Skip to content

Commit

Permalink
Updated dependent job.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jul 1, 2024
1 parent b75dcb6 commit d193abf
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 @@ -58,7 +58,7 @@ jobs:

release:
if: github.ref_type == 'tag'
needs: [build_macos_windows, build_linux]
needs: [build_macos_windows, build_linux_x86, build_linux_arm]
runs-on: ubuntu-22.04
permissions: write-all
steps:
Expand Down

0 comments on commit d193abf

Please sign in to comment.