From f19a7ef29a44d3bf3e712ac6e7d3192d54997464 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Wed, 24 Jul 2024 16:30:32 +0200 Subject: [PATCH] v1.3.75 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6bad33..0718345 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/mh-darwin-arm64 + asset_path: ./mh/artifacts/mh-darwin-arm64 asset_name: mh-darwin-arm64 asset_content_type: application/octet-stream env: @@ -139,7 +139,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: mh-darwin-x86_64-apple-macos11 - asset_path: artifacts/mh-darwin-x86_64-apple-macos11 + asset_path: ./mh/artifacts/mh-darwin-x86_64-apple-macos11 asset_content_type: application/octet-stream env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -147,7 +147,7 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/mh_${VERSION}-1_amd64.deb + asset_path: ./mh/artifacts/mh_${VERSION}-1_amd64.deb asset_name: mh_${VERSION}-1_amd64.deb asset_content_type: application/octet-stream env: