mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-31 06:50:26 +00:00
Merge pull request #15 from USA-RedDragon/release-content-type
Add content type to releases workflow
This commit is contained in:
commit
10bd645c0f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user