Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Feb 29, 2024
1 parent 22ccd75 commit 50a2e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
LATEST_LITECOIN_MAJOR_VERSION=$(find . -type d -maxdepth 1 -not -path '*/\.*' | sort -n | tail -n 1 | cut -c 3-)
PLATFORMS="linux/amd64"
PUSH=false
REPO=${{ github.repository_owner }}/litecoin-core
REPO=litecoinproject/litecoin-core
TAGS=()
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit 50a2e06

Please sign in to comment.