Skip to content

Commit

Permalink
chore: put back name in upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 8, 2024
1 parent 31509bb commit 408ffa4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,19 @@ jobs:
make licenses
# Upload the updated license files as artifacts, if they exist
# There's no need to specify a name as all files are expected to be different. Also, it's
# possible that no files have been generated if licenses have already been done for some
# It is possible that no files have been generated if licenses have already been done for some
# configuration(s)
- uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: licenses_${{ matrix.config.os_name }}
path: |
deps_licenses/licenses_${{ matrix.config.os_name }}_user.txt
deps_licenses/licenses_${{ matrix.config.os_name }}_user.txt.md5
# Push the updates license files, as a PR or directly to the branch
push_licenses:
runs-on: ubuntu-latest
needs: [update_licenses]
steps:
# Mask internal URLs if logged
- name: Add masks
Expand Down

0 comments on commit 408ffa4

Please sign in to comment.