Skip to content

Commit

Permalink
fix release cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kollmannsberger (ext.) committed Jan 30, 2024
1 parent daec359 commit c07c19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
shell: "bash"
run: |
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/integration_blueprint/manifest.json"
"${{ github.workspace }}/custom_components/hacs_vikunja_integration/manifest.json"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/integration_blueprint"
cd "${{ github.workspace }}/custom_components/hacs_vikunja_integration"
zip integration_blueprint.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
files: ${{ github.workspace }}/custom_components/hacs_vikunja_integration/hacs_vikunja_integration.zip

0 comments on commit c07c19e

Please sign in to comment.