Skip to content

Commit

Permalink
Update make_release.cmd (#72)
Browse files Browse the repository at this point in the history
Remove the "now zip up and upload" part, which is no longer the release workflow
  • Loading branch information
maolson-msft authored Jun 8, 2023
1 parent d9e9444 commit e387fbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/make_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ copy build_release\x64\Release\etl2pcapng.pdb etl2pcapng\x64
copy build_release\x86\Release\etl2pcapng.exe etl2pcapng\x86
copy build_release\x86\Release\etl2pcapng.pdb etl2pcapng\x86

if exist etl2pcapng.zip del etl2pcapng.zip
echo Now zip up etl2pcapng directory and upload to github.

popd

0 comments on commit e387fbe

Please sign in to comment.