Skip to content

v2.5.1b3 Beta: Rework warning. Update if previously unknown #6

v2.5.1b3 Beta: Rework warning. Update if previously unknown

v2.5.1b3 Beta: Rework warning. Update if previously unknown #6

Workflow file for this run

name: Create Zip on Release
on:
workflow_dispatch:
release:
types: [published, edited]
jobs:
create_zip:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Create Zip
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'places.zip'
directory: ./custom_components/places
- name: Upload Zip to Release
if: ${{ github.event_name == 'release' }}
uses: Roang-zero1/[email protected]
with:
args: ./custom_components/places/places.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add Zip to Action
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/[email protected]
with:
name: places
path: ./custom_components/places/places.zip
if-no-files-found: error