fix(go)[1]

This commit is contained in:
Jacob Heider 2023-08-14 18:43:55 -04:00
parent d3a903f1de
commit eafc9fa561
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -34,7 +34,7 @@ build:
- rm *.{bash,bat,rc} Make.dist - rm *.{bash,bat,rc} Make.dist
- run: find . -mindepth 1 -delete - run: find . -mindepth 1 -delete
working-directory: ${{ prefix }} working-directory: ${{ prefix }}
- run: mv api bin doc lib misc pkg src test go.env "{{prefix}}" - run: cp -a api bin doc lib misc pkg src test go.env "{{prefix}}"
working-directory: $SRCROOT working-directory: $SRCROOT
env: env:
# `make.bash` complains about unset GOCACHE and HOME otherwise # `make.bash` complains about unset GOCACHE and HOME otherwise