Skip to content

Commit

Permalink
CI: Save licenses to the native-sources artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 authored Nov 14, 2023
1 parent 4e24303 commit 205cce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: build
run: |
./gradlew makeNativeWrappers
cp LICENSE native/
cp intel-eula.txt native/
- uses: actions/upload-artifact@v3
with:
name: build-wrappers
Expand Down

0 comments on commit 205cce5

Please sign in to comment.