Skip to content

Commit

Permalink
refactor: changed zip name to openedx commerce
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 authored Nov 2, 2023
1 parent bdacd17 commit f2bd7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'openedx-ecommerce.zip'
filename: 'openedx-commerce.zip'
exclusions: '*.git*'

- name: Upload zip to latest release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.WC_PAT }}
with:
file: "openedx-ecommerce.zip"
file: "openedx-commerce.zip"
update_latest_release: true
draft: false

0 comments on commit f2bd7f1

Please sign in to comment.