Skip to content

Commit

Permalink
Fixed bug with the file structure when creating the release zip (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderBlom authored Dec 9, 2023
1 parent dd945c1 commit 3841e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare Files
run: |
mkdir bir
cp -r custom_components/* bir/
cp -r custom_components/bir/* bir/
- name: Zip Files
run: zip -r bir-${{ github.ref_name }}.zip bir
Expand Down

0 comments on commit 3841e27

Please sign in to comment.