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

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

Fix release creation
This commit is contained in:
Jacob McSwain 2019-10-19 19:00:30 -05:00 committed by GitHub
commit 33baabdd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v1
- name: Package up a release
run: zip -r ../badnest.zip hacs.json info.md custom_components
- uses: ncipollo/release-action@v1
- uses: JasonEtco/upload-to-release@master
with:
artifact: ../badnest.zip
artifactContentType: application/zip
token: ${{ secrets.GITHUB_TOKEN }}
args: ../badnest.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}