From 8ae09a35c0f86cbc86d049b05a922fdd1bcd4a81 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Tue, 25 Jun 2024 11:22:40 -0400 Subject: [PATCH] Push file instead of folder --- .github/workflows/release-azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 94bb6c4a..2c739552 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -339,6 +339,7 @@ extends: script: | Get-ChildItem -Path . -Recurse | Select-Object FullName - task: GitHubRelease@1 + displayName: 'Create AzureAuth GitHub Release' inputs: gitHubConnection: $(githubReleaseServiceConnection) repositoryName: 'AzureAD/microsoft-authentication-cli' @@ -352,6 +353,6 @@ extends: releaseNotesSource: 'inline' releaseNotesInline: "Release ${{ parameters.version }}. See [`CHANGELOG.md`](https://github.com/AzureAD/microsoft-authentication-cli/blob/${{ parameters.version }}/CHANGELOG.md) for updates." assets: | - $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-win10-x64.zip - $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-x64.tar.gz - $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-arm64.tar.gz \ No newline at end of file + $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-win10-x64.zip/azureauth-${{ parameters.version }}-win10-x64.zip + $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-x64.tar.gz/azureauth-${{ parameters.version }}-osx-x64.tar.gz + $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-arm64.tar.gz/azureauth-${{ parameters.version }}-osx-arm64.tar.gz \ No newline at end of file