Skip to content

Commit

Permalink
Fix issue with zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel250 committed Oct 9, 2020
1 parent 9cf4766 commit 4f83ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
mkdir build/
go build -o build/streaming-management main.go
cp -r obs-assets/ build/obs-assets
zip -r --junk-paths streaming-management-$RUNNER_OS build/
cd build/
zip -r ../streaming-management-$RUNNER_OS ./*

0 comments on commit 4f83ddf

Please sign in to comment.