diff --git a/.github/workflows/build_bromite.yaml b/.github/workflows/build_bromite.yaml index c58de01..2e07dce 100644 --- a/.github/workflows/build_bromite.yaml +++ b/.github/workflows/build_bromite.yaml @@ -25,9 +25,9 @@ jobs: mkdir bromite cd bromite git init - git remote add origin https://github.com/uazo/bromite && \ - git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8 && \ - git reset --hard FETCH_HEAD && \ + git remote add origin https://github.com/uazo/bromite + git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8 + git reset --hard FETCH_HEAD cd .. export VERSION=$( cat ./bromite/build/RELEASE )