mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:04 -04:00 
			
		
		
		
	fix Prepare Release Notes
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/buildapp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/buildapp.yml
									
									
									
									
										vendored
									
									
								
							| @@ -144,11 +144,10 @@ jobs: | ||||
|       - name: Prepare Release Notes | ||||
|         run: | | ||||
|           export TODAY=$(date '+%Y-%m-%d') | ||||
|           mkdir -p .github  | ||||
|           sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ | ||||
|           echo "$(sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ | ||||
|                      -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ | ||||
|                      -e "s/%DATE%/${TODAY}/g" \ | ||||
|               .github/RELEASE_TEMPLATE/Release.md > .github/release_notes.md | ||||
|                      .github/RELEASE_TEMPLATE/Release.md)" > ${{ github.workspace }}/release_notes.md | ||||
|  | ||||
|       - name: Create Release | ||||
|         id: create_release | ||||
| @@ -163,7 +162,7 @@ jobs: | ||||
|           name: v${{ env.YOUTUBE_VERSION }}-${{ env.ytliteplus_version }}-(${{ github.run_number }}) | ||||
|           files: main/packages/*.ipa | ||||
|           draft: ${{ env.DRAFT }} | ||||
|           body_path: .github/release_notes.md | ||||
|           body_path: ${{ github.workspace }}/release_notes.md | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn