mirror of
				https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
				synced 2025-11-04 05:00:04 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			build-265e
			...
			a56b8ae2b5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a56b8ae2b5 | |||
| 4324620932 | 
							
								
								
									
										2
									
								
								.github/workflows/commit-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/commit-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -24,7 +24,7 @@ jobs:
 | 
			
		||||
        uses: peaceiris/actions-gh-pages@v3
 | 
			
		||||
        with:
 | 
			
		||||
          github_token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          publish_dir: ./core/build/distributions
 | 
			
		||||
          publish_dir: ./core/build/dist/js/productionExecutable
 | 
			
		||||
          publish_branch: site
 | 
			
		||||
      - name: Create Release
 | 
			
		||||
        id: create_release
 | 
			
		||||
 
 | 
			
		||||
@@ -8,11 +8,11 @@ apply plugin: 'maven-publish'
 | 
			
		||||
 | 
			
		||||
task javadocJar(type: Jar) {
 | 
			
		||||
    from javadoc
 | 
			
		||||
    classifier = 'javadoc'
 | 
			
		||||
    archiveClassifier = 'javadoc'
 | 
			
		||||
}
 | 
			
		||||
task sourcesJar(type: Jar) {
 | 
			
		||||
    from sourceSets.main.allSource
 | 
			
		||||
    classifier = 'sources'
 | 
			
		||||
    archiveClassifier = 'sources'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
publishing {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user