Skip to content

Commit

Permalink
fix github workflow local ref path
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Apr 14, 2024
1 parent 8f48510 commit 3db6003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/build-deb-file.yml
test:
needs: build
uses: .github/workflows/workflow-run-all-tests.yml
uses: ./.github/workflows/workflow-run-all-tests.yml
release-assets:
needs: test
uses: ./.github/workflows/deploy-github-release-assets.yml
Expand Down

0 comments on commit 3db6003

Please sign in to comment.