We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fb348 commit a5fa000Copy full SHA for a5fa000
.github/workflows/docker-s3-deploy.yml
@@ -58,4 +58,4 @@ jobs:
58
run: |
59
zip -r publish.zip tron-docker.zip tron-docker.zip.asc
60
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
+ aws s3 cp publish.zip s3://${{ github.event.inputs.bucket-name }}/package/publish-${{github.event.inputs.version}}.zip
0 commit comments