mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[github] Fix digest artifact name (#6710)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -132,10 +132,16 @@ jobs: | |||||||
|           suffix: lint |           suffix: lint | ||||||
|           version: ${{ needs.init.outputs.tag }} |           version: ${{ needs.init.outputs.tag }} | ||||||
|  |  | ||||||
|  |       - name: Sanitize platform name | ||||||
|  |         id: sanitize | ||||||
|  |         run: | | ||||||
|  |           echo "${{ matrix.platform }}" | sed 's|/|-|g' > /tmp/platform | ||||||
|  |           echo name=$(cat /tmp/platform) >> $GITHUB_OUTPUT | ||||||
|  |  | ||||||
|       - name: Upload digests |       - name: Upload digests | ||||||
|         uses: actions/upload-artifact@v4.3.3 |         uses: actions/upload-artifact@v4.3.3 | ||||||
|         with: |         with: | ||||||
|           name: digests-${{ matrix.platform }} |           name: digests-${{ steps.sanitize.outputs.name }} | ||||||
|           path: /tmp/digests |           path: /tmp/digests | ||||||
|           retention-days: 1 |           retention-days: 1 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user