Skip to content

Commit

Permalink
Modify Github actions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgw32 committed Oct 6, 2024
1 parent ecec0e5 commit b064c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b064c6a

Please sign in to comment.