From 7c9f5357e7bf41e5853e3e6c05aed767249fb4ca Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 26 Jul 2023 20:19:12 +0200 Subject: [PATCH] naming convention --- .github/workflows/{tests.yml => build-doc-and-os.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{tests.yml => build-doc-and-os.yml} (96%) diff --git a/.github/workflows/tests.yml b/.github/workflows/build-doc-and-os.yml similarity index 96% rename from .github/workflows/tests.yml rename to .github/workflows/build-doc-and-os.yml index a3c5c87..13f96fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/build-doc-and-os.yml @@ -101,8 +101,8 @@ jobs: - name: Compress the release image run: | - mv ${{ steps.build_image.outputs.image }} inkycal_os.img - xz -0 -T 0 -v inkycal_os.img + mv ${{ steps.build_image.outputs.image }} inkycal_os_lite.img + xz -0 -T 0 -v inkycal_os_lite.img - name: Get latest release version run: | @@ -116,6 +116,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.version }} - files: inkycal_os.img.xz + files: inkycal_os_lite.img.xz