From 4893c29b3271585ab840a99f2896bc308e705448 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 19 Jul 2020 17:36:34 +0700 Subject: [PATCH] Change image name from umbr3l-lite.zip to umbrel-os.zip --- .github/workflows/on-push.yml | 4 ++-- .github/workflows/on-tag-only.yml | 4 ++-- config | 2 +- stage2/EXPORT_IMAGE | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index b9f8335..cdf91a9 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -49,5 +49,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: umbr3l-lite.zip - path: ./umbr3l-lite.zip \ No newline at end of file + name: umbrel-os.zip + path: ./umbrel-os.zip diff --git a/.github/workflows/on-tag-only.yml b/.github/workflows/on-tag-only.yml index 886ff18..7ee7f73 100644 --- a/.github/workflows/on-tag-only.yml +++ b/.github/workflows/on-tag-only.yml @@ -65,6 +65,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./umbr3l-lite.zip - asset_name: umbr3l-lite.zip + asset_path: ./umbrel-os.zip + asset_name: umbrel-os.zip asset_content_type: application/gzip diff --git a/config b/config index b3fc9bb..91cf48a 100644 --- a/config +++ b/config @@ -1,4 +1,4 @@ -IMG_NAME=umbr3l +IMG_NAME=umbrel-os TARGET_HOSTNAME=umbrel TIMEZONE_DEFAULT="Etc/UTC" FIRST_USER_NAME=umbrel diff --git a/stage2/EXPORT_IMAGE b/stage2/EXPORT_IMAGE index aa8f936..79ec11a 100644 --- a/stage2/EXPORT_IMAGE +++ b/stage2/EXPORT_IMAGE @@ -1,4 +1,4 @@ -IMG_SUFFIX="-lite" +IMG_SUFFIX="" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" fi