We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912af4 commit 61a842bCopy full SHA for 61a842b
1 file changed
.github/workflows/build.yml
@@ -1132,11 +1132,12 @@ jobs:
1132
gh release delete ${{needs.compute-version.outputs.verOldTag}} --yes --cleanup-tag
1133
- name: Upload to Nexus Mods
1134
if: needs.compute-version.outputs.verDebug == 'false'
1135
- uses: Nexus-Mods/upload-action@v1.0.0-beta.3
+ uses: Nexus-Mods/upload-action@v1.0.0-beta.5
1136
with:
1137
api_key: ${{ secrets.NEXUSMODS_API_KEY }}
1138
file_group_id: 7255064
1139
filename: "releases/ffdec_${{ needs.compute-version.outputs.verShort }}.zip"
1140
version: ${{ needs.compute-version.outputs.verShort }}
1141
display_name: "FFDec - Zipped"
1142
- file_category: main
+ file_category: main
1143
+ allow_mod_manager_download: false
0 commit comments