Skip to content

Commit a5fa000

Browse files
committed
update deploy
1 parent 31fb348 commit a5fa000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: |
5959
zip -r publish.zip tron-docker.zip tron-docker.zip.asc
6060
aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-latest.zip
61-
aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-{{github.event.inputs.version}}.zip
61+
aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-${{github.event.inputs.version}}.zip

0 commit comments

Comments
 (0)