Skip to content

Commit

Permalink
fixing cache DynamoDS#3
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed May 19, 2023
1 parent 0776fff commit 7d1f6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamoBinDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
uses: actions/cache/restore@v3
with:
fail-on-cache-miss: true
path: $Env:GITHUB_WORKSPACE\Dynamo\bin\AnyCPU\Debug
path: ${{ github.workspace }}\Dynamo\bin\AnyCPU\Debug
key: cache-current-${{ github.run_id }}-${{ github.run_attempt }}
- name: Restore Master Build
uses: actions/cache/restore@v3
with:
fail-on-cache-miss: true
path: $Env:GITHUB_WORKSPACE\master_Dynamo\bin\AnyCPU\Debug
path: ${{ github.workspace }}\master_Dynamo\bin\AnyCPU\Debug
key: cache-master-${{ github.run_id }}-${{ github.run_attempt }}
- name: Run Binary Diff Job
run: |
Expand Down

0 comments on commit 7d1f6a2

Please sign in to comment.