1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2024-10-05 18:31:13 +01:00

Add content type to releases workflow

This commit is contained in:
Jacob McSwain 2019-10-19 21:09:21 -05:00
parent 52d381f471
commit de8312b722
No known key found for this signature in database
GPG Key ID: 59957AD09B94EDF5

View File

@ -12,6 +12,6 @@ jobs:
run: zip -r badnest.zip hacs.json info.md custom_components
- uses: JasonEtco/upload-to-release@master
with:
args: badnest.zip
args: badnest.zip application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}