mirror of
https://github.com/Maschell/SDL2_Playground.git
synced 2024-11-27 07:04:16 +01:00
Fix CI
This commit is contained in:
parent
e29ebece97
commit
afe7035e07
4
.github/workflows/pc-win.yml
vendored
4
.github/workflows/pc-win.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build binary
|
||||
run: |
|
||||
docker build . -f .\Dockerfile.pc-win -t sdl2_playground-builder-pc-win
|
||||
docker run --rm -v ${PWD}:/project sdl2_playground-builder-pc-win make -f .\Makefile.pc-win
|
||||
docker build . -f Dockerfile.pc-win -t sdl2_playground-builder-pc-win
|
||||
docker run --rm -v ${PWD}:/project sdl2_playground-builder-pc-win make -f Makefile.pc-win
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: binary
|
||||
|
Loading…
Reference in New Issue
Block a user