Skip to content

Commit

Permalink
#109: zip ファイルと同じフォルダ名の構造を zip ファイルの中に作る
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Jun 13, 2018
1 parent f9996ce commit 1b612ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ copy %platform%\%configuration%\*.exe %WORKDIR%\
copy %platform%\%configuration%\*.dll %WORKDIR%\
copy %platform%\%configuration%\*.pdb %WORKDIR%\

7z a %OUTFILE% /r %WORKDIR%
7z a %OUTFILE% -r %WORKDIR%
7z l %OUTFILE%

if exist %WORKDIR% (
Expand Down

0 comments on commit 1b612ec

Please sign in to comment.