Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jan 17, 2025
1 parent 4c98150 commit 1f74522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
attestations: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down Expand Up @@ -71,7 +69,7 @@ jobs:
run: |
mkdir ./binaries
cd ${{ github.workspace }}/custom_components/xplora_watch
zip -r xplora_watch.zip ./
zip -r xplora_watch.zip ./binaries
mv ${{ github.workspace }}/custom_components/xplora_watch/xplora_watch.zip ./binaries/xplora_watch.zip
- name: Upload build artifacts
Expand Down

0 comments on commit 1f74522

Please sign in to comment.