diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b2e8a4c..dc3d5ac4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,5 +29,5 @@ jobs: draft: false prelease: false token: ${{secrets.GITHUB_TOKEN}} - artifacts: './module.zip, ./module.json' + artifacts: './module.zip, ./releases/latest/download/module.json' tag: ${{ steps.get-version.outputs.version }} \ No newline at end of file