1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-18 18:20:44 +00:00

Merge pull request #9 from USA-RedDragon/release-creation

Releases have to be in the same dir
This commit is contained in:
Jacob McSwain 2019-10-19 19:04:22 -05:00 committed by GitHub
commit 9de843188f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@ jobs:
- name: Pull source
uses: actions/checkout@v1
- 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: JasonEtco/upload-to-release@master
with:
args: ../badnest.zip
args: badnest.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}