mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 01:10:56 +00:00 
			
		
		
		
	Fix release digest formatting
This commit is contained in:
		
							parent
							
								
									85d0cab0f5
								
							
						
					
					
						commit
						c81cba799f
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -77,7 +77,7 @@ jobs:
 | 
			
		||||
      uses: actions/attest-build-provenance@v2
 | 
			
		||||
      with:
 | 
			
		||||
        subject-name: "Secretive.zip"
 | 
			
		||||
        subject-digest: ${{ steps.upload.outputs.artifact-digest }}
 | 
			
		||||
        subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
 | 
			
		||||
    - name: Create Release
 | 
			
		||||
      run: |
 | 
			
		||||
            sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user