fix: error when build linux(Frontend)
This commit is contained in:
parent
d548a01c59
commit
3886b56920
2
.github/workflows/linux-release.yml
vendored
2
.github/workflows/linux-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user