Skip to content

Commit

Permalink
[feat/#123] 빌드 후 디렉토리 구조 확인 명령어 추가, 명시적 outDir 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Nov 17, 2024
1 parent 4f9a859 commit 72fb8f8
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 72fb8f8

Please sign in to comment.