mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 01:10:56 +00:00 
			
		
		
		
	Zip direct
This commit is contained in:
		
							parent
							
								
									76fe436438
								
							
						
					
					
						commit
						db312757d0
					
				
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -48,7 +48,7 @@ jobs:
 | 
			
		||||
      id: download
 | 
			
		||||
      env: 
 | 
			
		||||
        ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
 | 
			
		||||
      run: curl $ZIP_URL > Secretive.zip
 | 
			
		||||
      run: curl -L $ZIP_URL > Secretive.zip
 | 
			
		||||
    - name: Notarize
 | 
			
		||||
      env: 
 | 
			
		||||
        APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -68,9 +68,9 @@ jobs:
 | 
			
		||||
        path: Artifact
 | 
			
		||||
    - name: Download Zipped Artifact
 | 
			
		||||
      id: download
 | 
			
		||||
      uses: actions/download-artifact@v5
 | 
			
		||||
      with:
 | 
			
		||||
        artifact-ids: ${{ steps.upload.outputs.artifact-id }}
 | 
			
		||||
      env: 
 | 
			
		||||
        ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
 | 
			
		||||
      run: curl -L $ZIP_URL > Secretive.zip
 | 
			
		||||
    - name: Notarize
 | 
			
		||||
      env: 
 | 
			
		||||
        APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user