mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 10:15:17 +00:00
ci: nexus mods fix
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user