diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index fa7114c..92b6922 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -84,8 +84,8 @@ jobs: - name: Compress the release image run: | - mv ${{ steps.build_image.outputs.image }} inkycal_os_lite.img - xz -0 -T 0 -v inkycal_os_lite.img + mv ${{ steps.build_image.outputs.image }} InkycalOS_Lite_$(date +'%y%m%d').img + xz -0 -T 0 -v InkycalOS_Lite_$(date +'%y%m%d').img - name: Get latest release version run: | @@ -99,4 +99,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.version }} - files: inkycal_os_lite.img.xz + files: InkycalOS_Lite_$(date +'%y%m%d').img.xz