Skip to content

Commit

Permalink
Use variable for source folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 6, 2024
1 parent a035576 commit a03f531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
uses: jsdaniell/create-json@v1.2.3
with:
name: "credentials.json"
dir: 'hdfsrc'
dir: '${{ steps.set-file-base.outputs.SOURCE_BASE }}'
json: '{"Endpoint": "${{ secrets.AZURE_ENDPOINT }}","CodeSigningAccountName": "${{ secrets.AZURE_CODE_SIGNING_NAME }}","CertificateProfileName": "${{ secrets.AZURE_CERT_PROFILE_NAME }}"}'
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}

Expand Down

0 comments on commit a03f531

Please sign in to comment.