Skip to content

Commit 93fca29

Browse files
committed
fix path to source
1 parent fe905b3 commit 93fca29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fetch-licenses.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: actions/checkout@v2
2121
with:
2222
repository: spdx/license-list-data
23-
path: spdx
23+
path: spdx-license-list-data
2424

2525
- name: Copy Licenses
2626
run: |
27-
cp spdx/license-list-data/json/licenses.json cmd/licenses.json
28-
cp spdx/license-list-data/json/exceptions.json cmd/exceptions.json
27+
cp spdx-license-list-data/json/licenses.json cmd/licenses.json
28+
cp spdx-license-list-data/json/exceptions.json cmd/exceptions.json

0 commit comments

Comments
 (0)