File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,16 +119,3 @@ jobs:
119119 asset_name : pdf2htmlex-android-${{steps.get_version.outputs.version}}-sources.jar
120120 asset_content_type : application/zip
121121
122- - name : Tar the source tarballs
123- run : tar -cf source-tarballs.tar dependency-builder/src/main/cpp/tarballs
124-
125- - name : Upload source tarballs
126- uses : actions/upload-release-asset@v1.0.1
127- env :
128- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129- with :
130- upload_url : ${{ steps.create_release.outputs.upload_url }}
131- asset_path : ./source-tarballs.tar
132- asset_name : source-tarballs.tar
133- asset_content_type : application/x-tar
134-
Original file line number Diff line number Diff line change @@ -54,10 +54,7 @@ task sourceJar(type: Jar) {
5454 into (" " , { from android. sourceSets. main. java. srcDirs} )
5555 into (" " , { from file(" ../LICENSE" )})
5656 into (" cpp" , { from fileTree(dir : " src/main/cpp/" ) } )
57- into (" dependency-builder" , { from fileTree(
58- dir : " ../dependency-builder/src/main/cpp/" ,
59- exclude : " tarballs"
60- )})
57+ into (" dependency-builder" , { from fileTree(dir : " ../dependency-builder/src/main/cpp/" ) } )
6158 archiveBaseName = rootProject. name
6259 archiveClassifier = ' sources'
6360}
You can’t perform that action at this time.
0 commit comments