Skip to content

Commit

Permalink
artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Nov 7, 2023
1 parent d198eb5 commit 4ec08e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jcapi-powershell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: jcapi-powershell-build
path: "./SDKs/PowerShell/"
path: SDKs/PowerShell/
Test-SDK:
needs: ["Setup-Build-Dependancies", "Build-SDK"]
runs-on: ubuntu-latest
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/download-artifact
with:
name: jcapi-powershell-build
path: "./SDKs/PowerShell/}}"
path: SDKs/PowerShell/
- name: Test ${{ matrix.SDKName }}
shell: pwsh
env:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/download-artifact
with:
name: jcapi-powershell-build
path: "./SDKs/PowerShell/"
path: SDKs/PowerShell/
- name: Test ${{ matrix.SDKName }}
shell: pwsh
env:
Expand Down

0 comments on commit 4ec08e6

Please sign in to comment.