cleanartifacts: Whoopsie
This commit is contained in:
		
							parent
							
								
									c0f31381e4
								
							
						
					
					
						commit
						6b0907b1f4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,5 +21,5 @@ for branch in verdata: | ||||||
|     if len(vers) <= CLEAN_ARTIFACT_KEEP_COUNT: |     if len(vers) <= CLEAN_ARTIFACT_KEEP_COUNT: | ||||||
|         continue |         continue | ||||||
|     for ver in vers[0:-1 * CLEAN_ARTIFACT_KEEP_COUNT]: |     for ver in vers[0:-1 * CLEAN_ARTIFACT_KEEP_COUNT]: | ||||||
|         file = os.path.join(RESULT_FOLDER, f"cutthecord-{branch}-{ver}.apk") |         file = os.path.join(RESULT_FOLDER, f"cutthecord-{ver}-{branch}.apk") | ||||||
|         os.unlink(file) |         os.unlink(file) | ||||||
|  |  | ||||||
		Reference in a new issue