Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 24, 2023
1 parent 352b8b3 commit f7b5e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: win-amd64-binary
path: ./bin/artifacts/notation-azure-kv_0.0.1_win_amd64.zip
path: ./bin/artifacts/notation-azure-kv_0.0.1_windows_amd64.zip
retention-days: 1
e2e-linux:
runs-on: ubuntu-latest
Expand All @@ -97,7 +97,7 @@ jobs:
with:
name: linux-amd64-binary
path: ./bin/artifacts
- run: ls -lr
- run: tree ./bin/artifacts
- name: Run download server locally
run: |
# start the server
Expand Down

0 comments on commit f7b5e11

Please sign in to comment.