Skip to content

Commit

Permalink
fix: action using wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
uvjim committed Nov 24, 2024
1 parent 1910fcf commit d0d5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run-name: "Build and release ${{ github.ref_name }}"
env:
ARTIFACT_PATH: artifacts
BETA_RELEASE: ${{ contains(github.ref_name, 'b') }}
PACKAGE_NAME: hass_hdhomerun
PACKAGE_NAME: hdhomerun

jobs:
init:
Expand Down

0 comments on commit d0d5f5e

Please sign in to comment.