Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Dec 5, 2024
1 parent 5cd9cab commit 70e34ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
with:
package-type: wheel
os: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-tensorrt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
with:
package-type: wheel
os: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-tensorrt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
with:
package-type: wheel
os: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
with:
package-type: wheel
os: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
if: ${{ contains(github.event.pull_request.labels.*.name, 'build-release-artifacts') || startsWith(github.event.ref, 'refs/tags/v') }}
with:
package-type: wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
generate-matrix:
uses: ./.github/workflows/generate_binary_build_matrix.yml
uses: .github/workflows/generate_binary_build_matrix.yml
if: ${{ contains(github.event.pull_request.labels.*.name, 'build-release-artifacts') || startsWith(github.event.ref, 'refs/tags/v') }}
with:
package-type: wheel
Expand Down

0 comments on commit 70e34ca

Please sign in to comment.