Skip to content

Commit

Permalink
fix: build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
崔竞宁 committed Sep 26, 2023
1 parent 1055192 commit bd121a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rm -rf output;
mkdir -p output;

cp -r scripts ./output/;
cp ./cmd/tape-httpd/tape-writer.service ./output/
cp ./cmd/tape-httpd/config.example.yaml ./output/
cp ./cmd/httpd/yatm-httpd.service ./output/
cp ./cmd/httpd/config.example.yaml ./output/
cp ./LICENSE ./output/
cp ./README.md ./output/

Expand Down

0 comments on commit bd121a3

Please sign in to comment.