diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 660440da1..ea8e1da55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1129,4 +1129,14 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh release delete ${{needs.compute-version.outputs.verOldTag}} --yes --cleanup-tag \ No newline at end of file + 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 \ No newline at end of file