diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index d93c70ca..d92ed0da 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -29,7 +29,7 @@ jobs: run: | cd web git describe --tags > VERSION - REACT_APP_VERSION=$(git describe --tags) chmod u+x ./build.sh && ./build.sh + REACT_APP_VERSION=$(git describe --tags) chmod u+x ./build.sh && source ./build.sh cd .. - name: Set up Go uses: actions/setup-go@v3