Skip to content

Commit

Permalink
Copy instead of move (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Jun 5, 2024
1 parent bee27a9 commit 9438dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# License finder doesn't look in the correct directory, so we have to rename
# See https://github.com/pivotal/LicenseFinder/issues/1001
- run: mv .pub-cache/hosted/pub.dev .pub-cache/hosted/pub.dartlang.org
- run: cp -r .pub-cache/hosted/pub.dev .pub-cache/hosted/pub.dartlang.org

- run: gem install license_finder

Expand Down

0 comments on commit 9438dba

Please sign in to comment.