Skip to content

Commit

Permalink
asdad
Browse files Browse the repository at this point in the history
  • Loading branch information
DurgNomis-drol authored Dec 17, 2023
1 parent c00e83e commit d3715a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
version="${version#v}"
yq e -P -o=json \
-i ".version = \"${version}\"" \
"${{ github.workspace }}/custom_components/ha_toyota/manifest.json"
"${{ github.workspace }}/custom_components/toyota/manifest.json"
- name: 📦 Created zipped release package
shell: bash
run: |
cd "${{ github.workspace }}/custom_components/ha_toyota"
zip ha_toyota.zip -r ./
cd "${{ github.workspace }}/custom_components/toyota"
zip toyota.zip -r ./
- name: 🔏 Sign release package
uses: sigstore/[email protected]
with:
inputs: ${{ github.workspace }}/custom_components/ha_toyota/ha_toyota.zip
inputs: ${{ github.workspace }}/custom_components/toyota/toyota.zip

- name: ⬆️ Upload zip to release
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/ha_toyota/ha_toyota.zip
files: ${{ github.workspace }}/custom_components/toyota/toyota.zip

# Upload this one in the future, currently problematic for HACS
# https://github.com/frenck/spook/issues/286
Expand Down

0 comments on commit d3715a6

Please sign in to comment.