From b064c6a3d7f8e1621f610ecce87c290598b5280d Mon Sep 17 00:00:00 2001 From: Sgw32 <sgw32nc@gmail.com> Date: Sun, 6 Oct 2024 21:18:13 +0300 Subject: [PATCH] Modify Github actions for releases --- .github/workflows/deploy_releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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