Skip to content

Commit

Permalink
One final final fix to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Jul 8, 2024
1 parent d278c38 commit 67033b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
release:
types:
- published

permissions:
contents: write
Expand Down Expand Up @@ -34,7 +36,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: /home/runner/work/ankermake/ankermake/custom_components/ankermake/ankermake.zip
asset_path: custom_components/ankermake/ankermake.zip
asset_name: ankermake.zip
asset_content_type: application/zip
overwrite: true

0 comments on commit 67033b3

Please sign in to comment.