From 6b41fb10d4a1857962a82fe42b09c0cc918a3e22 Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 26 Mar 2024 13:27:43 +0100 Subject: [PATCH] ci: rename asset for ARM64 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6decee2..82f181f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -132,7 +132,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: out/Release_MACARM64/libpvpkcs11.dylib - asset_name: libpvpkcs11_ARM64.dylib + asset_name: libpvpkcs11_arm64.dylib asset_content_type: application/x-sharedlib - name: Upload Release Asset Windows x86 id: upload-release-asset-x86