Browse Source

Change image name from umbr3l-lite.zip to umbrel-os.zip

zip-name
Luke Childs 5 years ago
parent
commit
4893c29b32
  1. 4
      .github/workflows/on-push.yml
  2. 4
      .github/workflows/on-tag-only.yml
  3. 2
      config
  4. 2
      stage2/EXPORT_IMAGE

4
.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
name: umbrel-os.zip
path: ./umbrel-os.zip

4
.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

2
config

@ -1,4 +1,4 @@
IMG_NAME=umbr3l
IMG_NAME=umbrel-os
TARGET_HOSTNAME=umbrel
TIMEZONE_DEFAULT="Etc/UTC"
FIRST_USER_NAME=umbrel

2
stage2/EXPORT_IMAGE

@ -1,4 +1,4 @@
IMG_SUFFIX="-lite"
IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

Loading…
Cancel
Save