We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb69bef commit 9114d50Copy full SHA for 9114d50
.github/fetch_sdl_vc.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
3
$project_root = "$psScriptRoot\.."
4
Write-Output "project_root: $project_root"
5
6
-$sdl2_version = "2.0.9"
+$sdl2_version = "2.30.0"
7
$sdl2_zip = "SDL2-devel-$($sdl2_version)-VC.zip"
8
9
$sdl2_url = "https://github.com/libsdl-org/SDL/releases/download/release-$($sdl2_version)/SDL2-devel-$($sdl2_version)-VC.zip"
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
cp README.txt upload_prep/README.txt
54
cp LICENSE.txt upload_prep/LICENSE.txt
55
56
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
57
with:
58
- name: SDL-image-build
+ name: SDL-image-build-${{ matrix.arch }}
59
path: upload_prep
0 commit comments