chore(ga): upload all artifacts
This commit is contained in:
		
							parent
							
								
									17ae0d56b7
								
							
						
					
					
						commit
						b7a1915dae
					
				|  | @ -29,9 +29,15 @@ jobs: | |||
|           github_token: ${{ secrets.GITHUB_TOKEN }} | ||||
|           publish_dir: ./public | ||||
|           force_orphan: true | ||||
|       - name: 'Upload Artifact' | ||||
|       - name: 'Upload Public Folder' | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         with: | ||||
|           name: artifacts | ||||
|           path: ./tmp/ | ||||
|           name: public | ||||
|           path: ./public | ||||
|           retention-days: 30 | ||||
|       - name: 'Upload Tmp Folder' | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         with: | ||||
|           name: tmp | ||||
|           path: ./tmp | ||||
|           retention-days: 30 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue