Skip to content

Commit f79e573

Browse files
committed
disable ESOUI action cos it wont work
1 parent d642948 commit f79e573

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
allowUpdates: true
9292
makeLatest: true
9393

94-
- name: Upload to ESOUI
95-
uses: m00nyONE/esoui-upload@v1
96-
with:
97-
api_key: ${{ secrets.ESOUI_API_KEY }}
98-
addon_id: '2311'
99-
version: ${{ env.ADDON_VERSION }}
100-
zip_file: ${{ env.ZIP_FULL_NAME }}
101-
changelog_file: 'CHANGELOG.md'
94+
# - name: Upload to ESOUI
95+
# uses: m00nyONE/esoui-upload@v1
96+
# with:
97+
# api_key: ${{ secrets.ESOUI_API_KEY }}
98+
# addon_id: '2311'
99+
# version: ${{ env.ADDON_VERSION }}
100+
# zip_file: ${{ env.ZIP_FULL_NAME }}
101+
# changelog_file: 'CHANGELOG.md'

0 commit comments

Comments
 (0)