mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:33:57 -04:00 
			
		
		
		
	cleaned
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/buildapp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/buildapp.yml
									
									
									
									
										vendored
									
									
								
							| @@ -119,6 +119,7 @@ jobs: | |||||||
|           cd ${{ github.workspace }}/main |           cd ${{ github.workspace }}/main | ||||||
|           sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile |           sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile | ||||||
|           sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile |           sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile | ||||||
|  |           sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ inputs.youtube_version }}-${{ inputs.ytliteplus_version }}/" main/Makefile | ||||||
|           make package FINALPACKAGE=1 |           make package FINALPACKAGE=1 | ||||||
|           (mv "packages/$(ls -t packages | head -n1)" "packages/YTLitePlus_${{ env.YOUTUBE_VERSION }}_${{ env.ytliteplus_version }}.ipa")         |           (mv "packages/$(ls -t packages | head -n1)" "packages/YTLitePlus_${{ env.YOUTUBE_VERSION }}_${{ env.ytliteplus_version }}.ipa")         | ||||||
|           echo "package=$(ls -t packages | head -n1)" >>$GITHUB_OUTPUT |           echo "package=$(ls -t packages | head -n1)" >>$GITHUB_OUTPUT | ||||||
| @@ -131,10 +132,6 @@ jobs: | |||||||
|           BUNDLE_ID: ${{ inputs.bundle_id }} |           BUNDLE_ID: ${{ inputs.bundle_id }} | ||||||
|           APP_NAME: ${{ inputs.app_name }} |           APP_NAME: ${{ inputs.app_name }} | ||||||
|  |  | ||||||
|       - name: Update PACKAGE_VERSION in Makefile |  | ||||||
|         run: | |  | ||||||
|           sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ inputs.youtube_version }}-${{ inputs.ytliteplus_version }}/" main/Makefile |  | ||||||
|  |  | ||||||
|       - name: Upload Artifact |       - name: Upload Artifact | ||||||
|         uses: actions/upload-artifact@v3.1.2 |         uses: actions/upload-artifact@v3.1.2 | ||||||
|         env: |         env: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn