Skip to content

Commit

Permalink
Fix github action release (test 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 22, 2024
1 parent d8bf48c commit 817a537
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,20 @@ jobs:
- name: Download Bundle artifacts
uses: actions/download-artifact@v4
with:
name: bundle
path: bundle.zip
name: ${{env.BUNDLE_NAME}}
path: ./

- name: Download Module artifacts
uses: actions/download-artifact@v4
with:
name: modules
path: modules.zip
name: ${{env.MODULE_NAME}}
path: ./

- name: Download Package artifacts
uses: actions/download-artifact@v4
with:
name: package
path: package.zip
name: ${{env.PACKAGE_NAME}}
path: ./

- name: Create Release
id: create_release
Expand Down

0 comments on commit 817a537

Please sign in to comment.