ci: nexus mods fix

This commit is contained in:
Jindra Petřík
2026-05-24 10:41:31 +02:00
parent 8912af4152
commit 61a842b82d

View File

@@ -1132,11 +1132,12 @@ jobs:
gh release delete ${{needs.compute-version.outputs.verOldTag}} --yes --cleanup-tag
- name: Upload to Nexus Mods
if: needs.compute-version.outputs.verDebug == 'false'
uses: Nexus-Mods/upload-action@v1.0.0-beta.3
uses: Nexus-Mods/upload-action@v1.0.0-beta.5
with:
api_key: ${{ secrets.NEXUSMODS_API_KEY }}
file_group_id: 7255064
filename: "releases/ffdec_${{ needs.compute-version.outputs.verShort }}.zip"
version: ${{ needs.compute-version.outputs.verShort }}
display_name: "FFDec - Zipped"
file_category: main
file_category: main
allow_mod_manager_download: false