naming convention

This commit is contained in:
Ace 2023-07-26 20:19:12 +02:00 committed by GitHub
parent 609d956e48
commit 7c9f5357e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,8 @@ jobs:
- name: Compress the release image - name: Compress the release image
run: | run: |
mv ${{ steps.build_image.outputs.image }} inkycal_os.img mv ${{ steps.build_image.outputs.image }} inkycal_os_lite.img
xz -0 -T 0 -v inkycal_os.img xz -0 -T 0 -v inkycal_os_lite.img
- name: Get latest release version - name: Get latest release version
run: | run: |
@ -116,6 +116,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ env.version }} tag_name: ${{ env.version }}
files: inkycal_os.img.xz files: inkycal_os_lite.img.xz