diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc44d265..89c9bbf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -286,9 +286,6 @@ jobs: cd C:\temp unzip "${{ github.workspace }}/${{ needs.src.outputs.src-zip }}" echo "path=C:\temp\${{ needs.src.outputs.project }}-${{ needs.src.outputs.version }}" >>$Env:GITHUB_OUTPUT - - name: 'Download external dependencies' - run: | - ${{ steps.zip.outputs.path }}/external/Get-GitModules.ps1 - name: 'Build MSVC binary archives' id: releaser env: diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json index 28e6f200..54a6931e 100644 --- a/build-scripts/release-info.json +++ b/build-scripts/release-info.json @@ -83,6 +83,7 @@ }, "files-devel": { "lib/@<@ARCH@>@": [ + "VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.dll", "VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.lib", "VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.pdb" ]