Fix working directory error

This commit is contained in:
Andy Feller 2024-08-20 23:51:27 -04:00
parent e42d44994e
commit 67d7b0752f

View file

@ -22,6 +22,7 @@ jobs:
- name: Generate Go license notices
run: |
go install github.com/google/go-licenses@latest
mkdir "$LICENSE_DIR"
go-licenses report "$GOPACKAGE" --template=../.github/licenses.tmpl --stderrthreshold=ERROR --logtostderr=false > "$LICENSE_DIR"/README.md
go-licenses save "$GOPACKAGE" --stderrthreshold=ERROR --logtostderr=false --save_path "$LICENSE_DIR"