Skip to content

Commit

Permalink
chore: Copy additional files for tecrock-table
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Dec 13, 2023
1 parent 27f2221 commit 2e13537
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- run: >-
aws s3 cp
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/version/${{ github.event.inputs.version }}/${{ env.SRC_FILE }}
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/index.html
- run: |-
aws s3 cp \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/version/${{ github.event.inputs.version }}/${{ env.SRC_FILE }} \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/index.html
aws s3 cp \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/version/${{ github.event.inputs.version }}/tecrock-table/${{ env.SRC_FILE }} \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/tecrock-table/index.html
aws s3 cp \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/version/${{ github.event.inputs.version }}/tecrock-table/version.json \
s3://${{ env.BUCKET }}/${{ env.PREFIX }}/tecrock-table/version.json
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e13537

Please sign in to comment.