Skip to content

Commit

Permalink
change: create zip only for bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shin4488 committed Jun 16, 2023
1 parent a0c4894 commit c7adcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: |
dotnet build ${GITHUB_WORKSPACE}
zip TwitterMlbBotExecution -r ${GITHUB_WORKSPACE}/TwitterMlbBotExecution/src/TwitterMlbBotExecution/bin/Debug/net6.0
(cd ${GITHUB_WORKSPACE}/TwitterMlbBotExecution/src/TwitterMlbBotExecution/bin/Debug/net6.0 && zip -r TwitterMlbBotExecution.zip .)
- name: Deploy
# デプロイ結果のoutputはターミナルに表示したくないため、いったんファイルに出力させてそのファイルをすぐ削除している
Expand Down

0 comments on commit c7adcb3

Please sign in to comment.