Skip to content

Commit

Permalink
Use temporary helper workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbabe committed Nov 8, 2024
1 parent 883ebbb commit 15f75dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3

- name: Call build module workflow
uses: ./.github/workflows/build-module.yml
uses: hexbabe/sean-viamrtsp/.github/workflows/build-module.yml@fix-ci-publish
with:
target_os: linux
target_arch: ${{ matrix.platform.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Call build module workflow
uses: ./.github/workflows/build-module.yml
uses: hexbabe/sean-viamrtsp/.github/workflows/build-module.yml@fix-ci-publish
with:
target_os: ${{ matrix.target_os }}
target_arch: ${{ matrix.target_arch }}
Expand Down

0 comments on commit 15f75dc

Please sign in to comment.