Skip to content

Release

Release #3

Workflow file for this run

---
name: Release
on:
release:
types: [published]
jobs:
release:
name: Prepare release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
- name: Zip Release
uses: TheDoctor0/zip-release@0.7.1
with:
filename: ariston-remotethermo-home-assistant-v3.zip
path: custom_components/ariston
- name: Upload to Release Action
uses: Shopify/upload-to-release@v1.0.1
with:
name: ariston-remotethermo-home-assistant-v3.zip
path: ariston-remotethermo-home-assistant-v3.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}