Skip to content

Commit

Permalink
add target directory for downloaded licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
midttuna committed Oct 11, 2024
1 parent c0e3114 commit e7cad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mkdir sdccc/build/zip
cp -r sdccc/build/lib sdccc/build/zip/
cp -r sdccc/build/jre sdccc/build/zip/
cp -r sdccc/build/reports/dependency-license/downloaded-licenses/sdccc/build/zip/lib/
cp -r sdccc/build/reports/dependency-license/downloaded-licenses/sdccc/build/zip/lib/ sdccc/build/zip/lib/
cp -r sdccc/build/reports/dependency-license/downloaded-licenses/index.xml sdccc/build/zip/lib/
cp -r configuration sdccc/build/zip/
cp sdccc/build/launch4j/sdccc-*.exe sdccc/build/zip/
Expand Down

0 comments on commit e7cad0e

Please sign in to comment.