Update update-os.yml

This commit is contained in:
Ace 2023-12-21 18:45:20 +01:00 committed by GitHub
parent 93ca6dc426
commit 7c21807458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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