Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerolux authored Sep 25, 2024
1 parent 646269e commit ce8f1d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.5"

- name: "Install yq"
run: |
sudo wget https://github.com/mikefarah/yq/releases/download/v4.16.1/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
- name: "Adjust version number"
shell: "bash"
run: |
Expand All @@ -27,7 +32,7 @@ jobs:
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/violet_pool_controller"
zip proconip_pool_controller.zip -r ./
zip violet_pool_controller.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit ce8f1d6

Please sign in to comment.