fba, template 폴더를 package 에 추가

This commit is contained in:
2023-10-24 14:04:54 +09:00
parent c4b8e630dc
commit 5757a81cb8

View File

@ -10,3 +10,5 @@ go build -ldflags="-s -w" .
Compress-Archive -Path maingate -Update -DestinationPath maingate.zip
Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip
Compress-Archive -Path fba -Update -DestinationPath maingate.zip
Compress-Archive -Path template -Update -DestinationPath maingate.zip