mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 04:06:51 +01:00 
			
		
		
		
	Merge pull request #2173 from pterodactyl/release-automation-fix-archive-1
add .env.example to panel.tar.gz in automated release
This commit is contained in:
		
						commit
						03abc1764d
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -36,7 +36,7 @@ jobs:
 | 
				
			|||||||
      - name: Create release archive
 | 
					      - name: Create release archive
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
 | 
					          rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
 | 
				
			||||||
          tar -czf panel.tar.gz *
 | 
					          tar -czf panel.tar.gz * .env.example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Extract changelog
 | 
					      - name: Extract changelog
 | 
				
			||||||
        id: extract_changelog
 | 
					        id: extract_changelog
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user