Skip to content

Commit

Permalink
include gz compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 21, 2024
1 parent 7114004 commit 920ec1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,16 @@ extends:
targetType: inline
workingDirectory: $(Pipeline.Workspace)
script: |
pwd
cd azureauth-${{ parameters.version }}-osx-x64-signed/AzureAuth
pwd
chmod +x azureauth createdump *.dylib
- task: ArchiveFiles@2
displayName: Create osx-x64 archive
inputs:
rootFolderOrFile: $(Pipeline.Workspace)/azureauth-${{ parameters.version }}-osx-x64-signed/AzureAuth
includeRootFolder: false
archiveType: tar
archiveFile: azureauth-${{ parameters.version }}-osx-x64-packaged.tar
tarCompression: gz
archiveFile: azureauth-${{ parameters.version }}-osx-x64-packaged.tar.gz
- task: Bash@3
displayName: Prepare osx-arm64 executables
inputs:
Expand All @@ -325,7 +324,8 @@ extends:
rootFolderOrFile: $(Pipeline.Workspace)/azureauth-${{ parameters.version }}-osx-arm64-signed/AzureAuth
includeRootFolder: false
archiveType: tar
archiveFile: azureauth-${{ parameters.version }}-osx-arm64.tar
tarCompression: gz
archiveFile: azureauth-${{ parameters.version }}-osx-arm64.tar.gz

# - stage: release
# displayName: Release
Expand Down

0 comments on commit 920ec1e

Please sign in to comment.