Skip to content

Commit

Permalink
fix release.yml paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Nov 20, 2024
1 parent ef245c2 commit 8fbcba2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.2.2"
uses: "actions/checkout@v4"

- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/integration_blueprint"
zip integration_blueprint.zip -r ./
cd "${{ github.workspace }}/custom_components/veolia"
zip veolia.zip -r ./
- name: "Upload the ZIP file to the release"
uses: "softprops/action-gh-release@v2.0.9"
uses: "softprops/action-gh-release@v2.1.0"
with:
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
files: ${{ github.workspace }}/custom_components/integration_blueprint/veolia.zip

0 comments on commit 8fbcba2

Please sign in to comment.