From 61a842b82dbeaddf4aeb9b7e616de099ce27f6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 24 May 2026 10:41:31 +0200 Subject: [PATCH] ci: nexus mods fix --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb3c9aacf..6d2f7abb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + file_category: main + allow_mod_manager_download: false \ No newline at end of file