From 3b357c72743e81a7d0be18e6188d795f6b0ca47a Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:24:58 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa3feaa..a0666b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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