Skip to content

Commit 6e75af9

Browse files
author
Josep Lluis Giralt D'Lacoste
committed
PR feedback, remove unneeded 'mv'
1 parent 82b8ad4 commit 6e75af9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/repo.hex.pm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ jobs:
8585
AWS_REGION: ${{ secrets.HEX_AWS_REGION }}
8686
AWS_S3_BUCKET: ${{ secrets.HEX_AWS_S3_BUCKET }}
8787
run: |
88-
mv elixir-otp-${{ matrix.otp }}.zip elixir.zip
8988
version=$(echo ${{ github.ref_name }} | sed -e 's/^v//g')
90-
aws s3 cp elixir.zip "s3://${{ env.AWS_S3_BUCKET }}/builds/elixir/${{github.ref_name}}-otp-${{matrix.otp}}.zip" --cache-control "public,max-age=3600" --metadata '{"surrogate-key":"builds","surrogate-control":"public,max-age=604800"}'
89+
aws s3 cp elixir-otp-${{ matrix.otp }}.zip "s3://${{ env.AWS_S3_BUCKET }}/builds/elixir/${{github.ref_name}}-otp-${{matrix.otp}}.zip" --cache-control "public,max-age=3600" --metadata '{"surrogate-key":"builds","surrogate-control":"public,max-age=604800"}'
9190
- name: Update builds txt
9291
concurrency: builds_txt
9392
env:

0 commit comments

Comments
 (0)