ci: use correct URI

This commit is contained in:
Daylin Morgan 2023-12-05 16:36:54 -06:00
parent 9044248896
commit b53abd9cad
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
build-artifacts:
needs: check-commits
if: ${{ needs.check-commits.outputs.quit != 'true' }}
uses: .github/workflows/build.yml
uses: ./.github/workflows/build.yml
generate-release:
needs: build-artifacts