Skip to content

Commit

Permalink
release: MSVC does not need external modules + fix devel package
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Dec 17, 2024
1 parent b853be6 commit f1f25b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions build-scripts/release-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit f1f25b4

Please sign in to comment.