Skip to content

Commit

Permalink
Update zip_creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 authored Jan 7, 2024
1 parent 91196bc commit 9bffdb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/zip_creation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
on:
release:
types: [published]

release:
types: [published]
permissions:
contents: write

jobs:
zip-files:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3

- name: 📦 Create zip file for the packages esphome lovelace www
run: |
cd "${{ github.workspace }}/elettrodomestici_2023"
zip -r elettrodomestici_2023.zip packages lovelace www
- name: 📤 Upload the zip file as a release asset
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 9bffdb7

Please sign in to comment.