Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supervj committed Jun 25, 2024
1 parent 5437f21 commit 3b357c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
with:
files: 'module.json'
env:
VERSION: ${{steps.get_version.outputs.version-without-v}}
URL: ${{ env.project_url }}
MANIFEST: ${{ env.latest_manifest_url }}
DOWNLOAD: ${{ env.release_module_url }}
version: ${{steps.get_version.outputs.version-without-v}}
url: ${{ env.project_url }}
manifest: ${{ env.latest_manifest_url }}
download: ${{ env.release_module_url }}

# Create a "module.zip" archive containing all the module's required files.
# If you have other directories or files that will need to be added to
Expand Down

0 comments on commit 3b357c7

Please sign in to comment.