mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
ci: upload to Nexus Mods
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -1129,4 +1129,14 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
gh release delete ${{needs.compute-version.outputs.verOldTag}} --yes --cleanup-tag
|
||||
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
|
||||
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
|
||||
Reference in New Issue
Block a user