mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 09:16:20 -06:00
fix: remove debug artifact step
This commit is contained in:
7
.github/workflows/windows.yaml
vendored
7
.github/workflows/windows.yaml
vendored
@@ -52,13 +52,6 @@ jobs:
|
||||
cp C:\vcpkg\packages\sdl2-gfx_x64-windows-release\bin\SDL2_gfx.dll ./
|
||||
cp C:\vcpkg\packages\sdl2-gfx_x64-windows-release\lib\SDL2_gfx.lib ./
|
||||
|
||||
- name: Debug - VCPKG
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: C:\vcpkg\
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Setup Rust (Windows)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user