diff --git a/.github/workflows/deploy_releases.yml b/.github/workflows/deploy_releases.yml index dd60655..8a33460 100644 --- a/.github/workflows/deploy_releases.yml +++ b/.github/workflows/deploy_releases.yml @@ -72,7 +72,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./ESP32/Digifiz/build/partition_table/partition_table.bin + asset_path: ./ESP32/Digifiz/build/partition_table/partition-table.bin asset_name: partition_table.bin asset_content_type: application/octet-stream