Skip to content

Commit 6f8c58d

Browse files
committed
ci: upload NOTICE file
1 parent 0bb054a commit 6f8c58d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ jobs:
243243
uses: actions/setup-python@v2
244244
with:
245245
python-version: "3.7"
246+
- uses: actions/download-artifact@v2
247+
with:
248+
name: analysis-reports
249+
path: /tmp/analysis-reports
250+
- name: Update Notices
251+
run: cp -f /tmp/analysis-reports/NOTICE_summary NOTICE
246252
- name: Install Poetry
247253
run: |
248254
curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)