From e9b5f4e055186e0edc25f35908f2381dca313284 Mon Sep 17 00:00:00 2001 From: David <74268782+DrOgres@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:30:07 -0500 Subject: [PATCH] chore: Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 142b3ce..b424fe2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,6 @@ jobs: with: username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} - module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_ID }} + module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_NAME }} manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/${{ env.TYPE }}.json manifest-file: dist/${{ env.TYPE }}.json