Skip to content

Commit 64c8341

Browse files
committed
db s3 action
1 parent fd0c457 commit 64c8341

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/docker-s3-deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454

5555
- name: Upload tron-docker.zip to S3
5656
run: |
57-
aws s3 cp tron-docker.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-latest.zip
58-
aws s3 cp tron-docker.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-v0.1.1.zip
59-
60-
zip -r public.zip tron-docker.zip tron-docker.zip.asc
61-
aws s3 cp tron-docker-099228E1.pub s3://${{ github.event.inputs.bucket-name }}/public-keys/tron-docker-099228E1.pub
62-
aws s3 cp tron-docker-099228E1.pub s3://${{ github.event.inputs.bucket-name }}/signatures/tron-docker.zip.asc
63-
aws s3 cp tron-docker.zip s3://${{ github.event.inputs.bucket-name }}/tron-docker.zip
57+
zip -r publish.zip tron-docker.zip tron-docker.zip.asc
58+
aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-latest.zip
59+
aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-v0.1.1.zip

0 commit comments

Comments
 (0)