Skip to content

Commit

Permalink
Path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 21, 2024
1 parent 1bc1d0f commit fc6f58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reflect_test_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:

- name: Extract secret
shell: pwsh
run: ${{ github.workspace }}/.github/workflows/GetLicense.ps1 ${{ secrets.JCOBRIDGE_ENCODED_2_5_15 }} ${{ github.workspace }}/JCOBridge.lic
run: ${{ github.workspace }}\.github\workflows\GetLicense.ps1 ${{ secrets.JCOBRIDGE_ENCODED_2_5_15 }} ${{ github.workspace }}\JCOBridge.lic

- name: Prepare extra argument
if: matrix.framework == 'net6.0'
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
- name: Extract secret
shell: pwsh
run: ${{ github.workspace }}/.github/workflows/GetLicense.ps1 ${{ secrets.JCOBRIDGE_ENCODED_2_5_15 }} ${{ github.workspace }}/JCOBridge.lic
run: ${{ github.workspace }}\.github\workflows\GetLicense.ps1 ${{ secrets.JCOBRIDGE_ENCODED_2_5_15 }} ${{ github.workspace }}\JCOBridge.lic

- name: Prepare extra argument
if: matrix.framework == 'net6.0'
Expand Down

0 comments on commit fc6f58d

Please sign in to comment.