From 3c01c31bf313881ca8bc54fc914becd25687bf5b Mon Sep 17 00:00:00 2001 From: ThePanaceya Date: Fri, 18 Oct 2024 14:31:16 +0300 Subject: [PATCH] fix: upload assest --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 3ca643767e..ec5551189c 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -350,7 +350,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./output/meshtasticd_${{ steps.version.outputs.version }}_ubuntu_rm64.deb + asset_path: ./output/meshtasticd_${{ steps.version.outputs.version }}_ubuntu_arm64.deb asset_name: meshtasticd_${{ steps.version.outputs.version }}_ubuntu_arm64.deb asset_content_type: application/vnd.debian.binary-package