We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a8892 commit 2a26a63Copy full SHA for 2a26a63
1 file changed
.github/workflows/release.yml
@@ -88,8 +88,8 @@ jobs:
88
89
- name: Upload Addon to ESOUI
90
env:
91
+ addon_id: ${{ vars.ESOUI_ADDON_ID }}
92
api_key: ${{ secrets.ESOUI_API_KEY }}
- addon_id: ${{ env.ESOUI_ADDON_ID }}
93
version: ${{ env.ADDON_VERSION }}
94
zip_file: ${{ env.ADDON_ZIP_NAME }}
95
changelog_file: 'CHANGELOG.md'
0 commit comments