1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2024-10-05 23:40:48 +01:00

Merge pull request #15 from USA-RedDragon/release-content-type

Add content type to releases workflow
This commit is contained in:
Jacob McSwain 2019-10-19 21:09:55 -05:00 committed by GitHub
commit 10bd645c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ jobs:
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 - uses: JasonEtco/upload-to-release@master
with: with:
args: badnest.zip args: badnest.zip application/zip
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}