Skip to content

Commit

Permalink
Update builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob2 authored Nov 12, 2024
1 parent ff7793e commit cc6d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
echo "PLATFORM=${PLATFORM}" >> $GITHUB_ENV
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo "REPO_NAME_LC=$(echo ${GITHUB_REPOSITORY} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo -e "REPO_NAME_ONLY_LC=$(echo '${{ github.event.repository.name }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo -e "REPO_NAME_ONLY_LC=$(echo ${ github.event.repository.name } | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo "platform may be different than arch. ex armv7 vs arm/v7"
curl -sw \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit cc6d740

Please sign in to comment.