Skip to content

Commit

Permalink
Merge pull request #128 from DDD-Community/feat/#123
Browse files Browse the repository at this point in the history
[feat/#123] 빌드 후 디렉토리 구조 확인 명령어 추가, 명시적 outDir 추가
  • Loading branch information
lkhoony authored Nov 17, 2024
2 parents 42f566e + 72fb8f8 commit 26ac386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
aws s3 sync --region ap-northeast-2 dist/web s3://alignlab-client --delete
echo "Deploying Electron build to S3..."
ls out/make # 디렉토리 구조 확인
ls out/make/squirrel.windows # 디렉토리 구조 확인
aws s3 cp out/make/squirrel.windows/AlignLabInstaller.exe s3://alignlab-client/installer/AlignLabInstaller.exe --region ap-northeast-2
aws s3 cp out/make/dmg/AlignLab.dmg s3://alignlab-client/installer/AlignLab.dmg --region ap-northeast-2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"name": "AlignLab",
"authors": "AlignLab Inc.",
"exe": "AlignLab.exe",
"setupExe": "AlignLabInstaller.exe"
"setupExe": "AlignLabInstaller.exe",
"outputDirectory": "out/make/squirrel.windows"
}
},
{
Expand Down

0 comments on commit 26ac386

Please sign in to comment.