Skip to content

Commit 61a842b

Browse files
committed
ci: nexus mods fix
1 parent 8912af4 commit 61a842b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,11 +1132,12 @@ jobs:
11321132
gh release delete ${{needs.compute-version.outputs.verOldTag}} --yes --cleanup-tag
11331133
- name: Upload to Nexus Mods
11341134
if: needs.compute-version.outputs.verDebug == 'false'
1135-
uses: Nexus-Mods/upload-action@v1.0.0-beta.3
1135+
uses: Nexus-Mods/upload-action@v1.0.0-beta.5
11361136
with:
11371137
api_key: ${{ secrets.NEXUSMODS_API_KEY }}
11381138
file_group_id: 7255064
11391139
filename: "releases/ffdec_${{ needs.compute-version.outputs.verShort }}.zip"
11401140
version: ${{ needs.compute-version.outputs.verShort }}
11411141
display_name: "FFDec - Zipped"
1142-
file_category: main
1142+
file_category: main
1143+
allow_mod_manager_download: false

0 commit comments

Comments
 (0)