Skip to content

Commit

Permalink
Fixing parameter reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 15, 2024
1 parent a640a85 commit 740f759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ extends:
inputs:
targetType: inline
script: |
cd azureauth-${{ github.event.inputs.version }}-osx-x64
cd azureauth-${{ parameters.version }}-osx-x64
chmod +x azureauth createdump *.dylib
- task: ArchiveFiles@2
displayName: Create osx-x64 archive
Expand All @@ -255,7 +255,7 @@ extends:
inputs:
targetType: inline
script: |
cd azureauth-${{ github.event.inputs.version }}-osx-arm64
cd azureauth-${{ parameters.version }}-osx-arm64
chmod +x azureauth createdump *.dylib
- task: ArchiveFiles@2
displayName: Create osx-arm64 archive
Expand Down

0 comments on commit 740f759

Please sign in to comment.