File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 with :
5656 upload_url : ${{ steps.create_release.outputs.upload_url }}
5757 asset_path : ./build/espressif-ide-setup-espressif-ide-with-esp-idf-4.4.2-signed.exe
58- asset_name : espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}-with-esp-idf-4.4.2 .exe
58+ asset_name : espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}.exe
5959 asset_content_type : application/octet-stream
6060 - name : Upload Release Asset To dl.espressif.com
6161 id : upload-release-asset-espressif
6464 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6565 AWS_DEFAULT_REGION : ${{ secrets.AWS_DEFAULT_REGION }}
6666 shell : pwsh
67- run : aws s3 cp --acl=public-read --no-progress ./build/espressif-ide-setup-espressif-ide-with-esp-idf-4.4-signed.exe s3://${{ secrets.DL_BUCKET }}/dl/idf-installer/espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}-with-esp-idf-4.4 .exe
67+ run : aws s3 cp --acl=public-read --no-progress ./build/espressif-ide-setup-espressif-ide-with-esp-idf-4.4.2 -signed.exe s3://${{ secrets.DL_BUCKET }}/dl/idf-installer/espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}.exe
You can’t perform that action at this time.
0 commit comments