Skip to content

Commit

Permalink
Fix some typos in azure-pipelines.yml
Browse files Browse the repository at this point in the history
archiveType: tar -> zip for Windows.

-script: | -> for multiple commands
  • Loading branch information
jaebeom-kim authored Aug 2, 2024
1 parent 4fc7086 commit 6954cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,15 @@ jobs:
inputs:
artifactName: metabuli-win64
targetPath: $(Build.SourcesDirectory)
- script:
- script: |
unzip "${BUILD_SOURCESDIRECTORY}/metabuli-win64.zip"
chmod +x metabuli/metabuli.bat metabuli/bin/*
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: $(Build.SourcesDirectory)/metabuli
archiveFile: $(Build.SourcesDirectory)/metabuli-win64.zip
includeRootFolder: true
archiveType: tar
archiveType: zip
- task: DownloadPipelineArtifact@1
inputs:
artifactName: metabuli-linux-SSE2
Expand Down

0 comments on commit 6954cc8

Please sign in to comment.