mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 01:10:56 +00:00 
			
		
		
		
	Release
This commit is contained in:
		
							parent
							
								
									72b8318f3d
								
							
						
					
					
						commit
						774be59956
					
				
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -37,7 +37,7 @@ jobs:
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive
 | 
			
		||||
    - name: Move to Artifact Folder
 | 
			
		||||
      run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app
 | 
			
		||||
      run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app Artifact
 | 
			
		||||
    - name: Upload App to Artifacts
 | 
			
		||||
      id: upload
 | 
			
		||||
      uses: actions/upload-artifact@v4
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -59,7 +59,7 @@ jobs:
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive
 | 
			
		||||
    - name: Move to Artifact Folder
 | 
			
		||||
      run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app
 | 
			
		||||
      run: mkdir Artifact; cp Archive.xcarchive/Products/Applications/Secretive.app Artifact
 | 
			
		||||
    - name: Upload App to Artifacts
 | 
			
		||||
      id: upload
 | 
			
		||||
      uses: actions/upload-artifact@v4
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user