fix: error when build linux(Frontend)

This commit is contained in:
carey036 2024-02-13 20:03:19 +08:00
parent d548a01c59
commit 3886b56920

View File

@ -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