Skip to content

Commit dbf71ef

Browse files
committed
Fixed issues in workflow scripts I think
1 parent a3738d2 commit dbf71ef

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "csMain.h"
21
#include "csFile.h"
32
#include "csGraphics.h"
43
#include "csIO.h"

z_PullFromGithub.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git pull origin master --allow-unrelated-histories
1515
@cd /d "%folder%\%project%"
1616
@for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
1717
)
18-
@ROBOCOPY "C:\Program Files\Git\code\%project%" %~dp0 *.c *.h *.txt *.ico *.rc *.png *.bat *.html *.css *.md /MIR /XD dirs .git GtL GtL-bin media
18+
@ROBOCOPY "C:\Program Files\Git\code\%project%" %~dp0 *.c *.h *.txt *.ico *.rc *.png *.bat *.html *.css *.md /MIR /XD dirs cs cs-bin media
1919
@cd "C:\Program Files\Git\code\%project%"
2020
@git init
2121
@git add -A

z_PushToGithub.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@set project=CoSprite
2-
@ROBOCOPY %cd% "C:\Program Files\Git\code\%project%" *.c *.h *.txt *.ico *.bin *.rc *.bat *.png *.ttf *.ogg *.mp3 *.mp4 *.html *.css *.md /MIR /XD dirs .git media SDL execute
2+
@ROBOCOPY %cd% "C:\Program Files\Git\code\%project%" *.c *.h *.txt *.ico *.bin *.rc *.bat *.png *.ttf *.ogg *.mp3 *.mp4 *.html *.css *.md /MIR /XD dirs .git media SDL execute cs cs-bin
33
@cd "C:\Program Files\Git\code\%project%"
44
@set commitMessage=""
55
@IF [%1]==[] (

0 commit comments

Comments
 (0)