Skip to content

Commit ed99fe6

Browse files
committed
ci: use version
1 parent acee0c8 commit ed99fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-espressif-ide-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 }}.exe
58+
asset_name: espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}-with-esp-idf-4.4.2.exe
5959
asset_content_type: application/octet-stream
6060
- name: Upload Release Asset To dl.espressif.com
6161
id: upload-release-asset-espressif
@@ -64,4 +64,4 @@ jobs:
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.2-signed.exe s3://${{ secrets.DL_BUCKET }}/dl/idf-installer/espressif-ide-setup-${{ steps.get_version.outputs.VERSION }}.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 }}-with-esp-idf-4.4.2.exe

0 commit comments

Comments
 (0)