Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoorita authored Sep 12, 2024
1 parent c980a19 commit 099aa18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:

- name: Zipping files
run: zip -r ${{ github.event.repository.name }}.zip . -x '*.git*' '*.idea*'
shell: bash

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -30,6 +31,7 @@ runs:
aws-region: ${{ inputs.aws-region }}

- name: Copy files to the test website with the AWS CLI
shell: bash
run: |
aws s3 cp ${{ github.event.repository.name }}.zip s3://${{ inputs.aws-bucket }}/${{ inputs.aws-folder }}/${{ github.event.repository.name }}.zip
Expand Down

0 comments on commit 099aa18

Please sign in to comment.