Skip to content

Commit

Permalink
fix: zip generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Jun 5, 2024
1 parent 66919d8 commit 1cf6307
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/upload-release-zip.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Upload zip to latest release

on:
release:
types: [published]
on: workflow_dispatch

jobs:
upload_zip:
Expand All @@ -23,7 +21,7 @@ jobs:
with:
type: 'zip'
filename: 'openedx-commerce.zip'
exclusions: '*.git*'
exclusions: '*.git* .* /test/* /requirements/* /docs/*'

- name: Upload zip to latest release
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit 1cf6307

Please sign in to comment.