Fix working directory error
This commit is contained in:
parent
e42d44994e
commit
67d7b0752f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/licenses.yml
vendored
1
.github/workflows/licenses.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue