Update update-os.yml
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -84,8 +84,8 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Compress the release image |       - name: Compress the release image | ||||||
|         run: | |         run: | | ||||||
|           mv ${{ steps.build_image.outputs.image }} inkycal_os_lite.img |           mv ${{ steps.build_image.outputs.image }} InkycalOS_Lite_$(date +'%y%m%d').img | ||||||
|           xz -0 -T 0 -v inkycal_os_lite.img |           xz -0 -T 0 -v InkycalOS_Lite_$(date +'%y%m%d').img | ||||||
|  |  | ||||||
|       - name: Get latest release version |       - name: Get latest release version | ||||||
|         run: | |         run: | | ||||||
| @@ -99,4 +99,4 @@ jobs: | |||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         with: |         with: | ||||||
|           tag_name: ${{ env.version }} |           tag_name: ${{ env.version }} | ||||||
|           files: inkycal_os_lite.img.xz |           files: InkycalOS_Lite_$(date +'%y%m%d').img.xz | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user