Update update-os.yml
This commit is contained in:
parent
93ca6dc426
commit
7c21807458
6
.github/workflows/update-os.yml
vendored
6
.github/workflows/update-os.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user