Skip to content

Commit a03f531

Browse files
committed
Use variable for source folder name
1 parent a035576 commit a03f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-ctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
uses: jsdaniell/[email protected]
184184
with:
185185
name: "credentials.json"
186-
dir: 'hdfsrc'
186+
dir: '${{ steps.set-file-base.outputs.SOURCE_BASE }}'
187187
json: '{"Endpoint": "${{ secrets.AZURE_ENDPOINT }}","CodeSigningAccountName": "${{ secrets.AZURE_CODE_SIGNING_NAME }}","CertificateProfileName": "${{ secrets.AZURE_CERT_PROFILE_NAME }}"}'
188188
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}
189189

0 commit comments

Comments
 (0)