mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 23:10:42 +00:00
Fix release creation
This commit is contained in:
parent
21d7c00e50
commit
87dbe0bcf7
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
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: JasonEtco/upload-to-release@master
|
||||||
with:
|
with:
|
||||||
artifact: ../badnest.zip
|
args: ../badnest.zip
|
||||||
artifactContentType: application/zip
|
env:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user