diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 482f9df76..aa1e9e570 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -266,6 +266,12 @@ jobs: name: dist path: dist/ + - name: Upload lib dist + uses: actions/upload-artifact@v4 + with: + name: lib_dist + path: libsrc/ffdec_lib/dist + exe: name: Generate EXE runs-on: windows-latest @@ -638,6 +644,13 @@ jobs: with: name: dist path: dist/ + + - name: Download lib dist artifact + uses: actions/download-artifact@v4 + with: + name: lib_dist + path: libsrc/ffdec_lib/dist/ + - name: Download signed EXE artifact uses: actions/download-artifact@v4 with: @@ -680,6 +693,7 @@ jobs: path: releases deploy: + name: Deploy to GitHub runs-on: ubuntu-latest if: needs.compute-version.outputs.doRelease == 'true' needs: @@ -707,10 +721,7 @@ jobs: path: releases/ - name: Generate release description - run: php cicd_scripts/format_release_info.php \ - -filever "${{ needs.compute-version.outputs.verShort }}" \ - Unreleased ${{ needs.compute-version.outputs.verTag }} \ - ./CHANGELOG.md "$CICD_REPO_SLUG" > release_notes.md + run: php cicd_scripts/format_release_info.php -filever "${{ needs.compute-version.outputs.verShort }}" Unreleased ${{ needs.compute-version.outputs.verTag }} ./CHANGELOG.md "${{ env.CICD_REPO_SLUG }}" > release_notes.md - name: Create tag if: needs.compute-version.outputs.verDebug == 'true' diff --git a/build.xml b/build.xml index ccc4adc55..30163c4e4 100644 --- a/build.xml +++ b/build.xml @@ -430,12 +430,22 @@ - + + + + + + + + + + + diff --git a/libsrc/ffdec_lib/build.xml b/libsrc/ffdec_lib/build.xml index dbe976361..d0d0aa2a7 100644 --- a/libsrc/ffdec_lib/build.xml +++ b/libsrc/ffdec_lib/build.xml @@ -248,7 +248,11 @@ - + + + + + @@ -258,6 +262,7 @@ +