We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ccd75 commit 50a2e06Copy full SHA for 50a2e06
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
LATEST_LITECOIN_MAJOR_VERSION=$(find . -type d -maxdepth 1 -not -path '*/\.*' | sort -n | tail -n 1 | cut -c 3-)
28
PLATFORMS="linux/amd64"
29
PUSH=false
30
- REPO=${{ github.repository_owner }}/litecoin-core
+ REPO=litecoinproject/litecoin-core
31
TAGS=()
32
33
if [[ $GITHUB_REF == refs/tags/* ]]; then
0 commit comments