💚 Fix the path of the zip archive

This commit is contained in:
Philipp Stracker 2025-03-19 09:41:21 +01:00
parent bface432e7
commit ce9759c8aa
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ jobs:
- name: Create zip archive
run: |
cd dist
zip -r ${{ github.event.repository.name }}.zip .
zip -r ../${{ github.event.repository.name }}.zip .
- name: Create release
id: create_release