Skip to content

Commit

Permalink
👷 Add version in release of module
Browse files Browse the repository at this point in the history
Co-authored-by: dylanDenizonPresta <[email protected]>
  • Loading branch information
intraordinaire and dylanDenizonPresta committed Nov 12, 2024
1 parent a7c1204 commit bd23b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ jobs:
- name: Prepare the production zip
run: |
cd ..
zip -r ${{ github.event.repository.name }}.zip ${{ github.event.repository.name }}
zip -r ${{ github.event.repository.name }}_${{ github.event.release.name }}.zip ${{ github.event.repository.name }}
- name: Publish the production zip
uses: softprops/action-gh-release@v1
with:
files: ../${{ github.event.repository.name }}.zip
files: ../${{ github.event.repository.name }}_${{ github.event.release.name }}.zip

0 comments on commit bd23b8a

Please sign in to comment.