From a5f2da08e0389c2dfcb64715bcf8deb85bcf925e Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Fri, 21 Jun 2024 01:22:18 -0400 Subject: [PATCH] removed packaged from name --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 675471c2..1b2de5a5 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -309,7 +309,7 @@ extends: includeRootFolder: false archiveType: tar tarCompression: gz - archiveFile: azureauth-${{ parameters.version }}-osx-x64-packaged.tar.gz + archiveFile: azureauth-${{ parameters.version }}-osx-x64.tar.gz - task: Bash@3 displayName: Prepare osx-arm64 executables inputs: