1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-04-19 06:20:03 +01:00

Merge pull request #6 from USA-RedDragon/nicer-releases

Make releases nicer to work with
This commit is contained in:
Jacob McSwain 2019-10-19 18:53:54 -05:00 committed by GitHub
commit 25b07f40e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,13 @@
name: Releases name: Release uploader
on: on: release
push:
tags:
- '*'
jobs: jobs:
upload_release:
build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - name: Pull source
uses: actions/checkout@v1
- name: Package up a release - name: Package up a release
run: zip -r ../badnest.zip hacs.json info.md custom_components run: zip -r ../badnest.zip hacs.json info.md custom_components
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1