mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-12-21 20:10:45 -06:00
ci: use correct URI
This commit is contained in:
parent
9044248896
commit
b53abd9cad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue