Skip to content

Commit 50a2e06

Browse files
committed
fix github action
1 parent 22ccd75 commit 50a2e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
LATEST_LITECOIN_MAJOR_VERSION=$(find . -type d -maxdepth 1 -not -path '*/\.*' | sort -n | tail -n 1 | cut -c 3-)
2828
PLATFORMS="linux/amd64"
2929
PUSH=false
30-
REPO=${{ github.repository_owner }}/litecoin-core
30+
REPO=litecoinproject/litecoin-core
3131
TAGS=()
3232
3333
if [[ $GITHUB_REF == refs/tags/* ]]; then

0 commit comments

Comments
 (0)