mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Update publish-job.yml for Azure Pipelines
This commit is contained in:
parent
02891a7141
commit
2e1b60e324
1 changed files with 3 additions and 5 deletions
|
@ -37,15 +37,13 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job:
|
- job:
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
buildType: 'current'
|
buildType: 'current'
|
||||||
downloadType: 'specific'
|
targetPath: '$(System.ArtifactsDirectory)'
|
||||||
itemPattern: '**.zip'
|
|
||||||
downloadPath: '$(System.ArtifactsDirectory)'
|
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
Get-ChildItem ($env:SYSTEM_ARTIFACTSDIRECTORY)
|
Get-ChildItem -Recurse ($env:SYSTEM_ARTIFACTSDIRECTORY)
|
||||||
|
|
||||||
|
|
||||||
# - task: GitHubRelease@1
|
# - task: GitHubRelease@1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue