Skip to content

Commit

Permalink
ci: fixing existing path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc committed Feb 26, 2024
1 parent 1d30410 commit 492c40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:

- name: Setting up artifactory
run: |
mkdir go-client-library-passwordsafe
mkdir go-library-passwordsafe
- name: Download library binary
uses: actions/download-artifact@v4
with:
name: library
path: go-client-library-passwordsafe
path: go-library-passwordsafe

- name: Send artifacts to Jfrog
run: |
Expand Down

0 comments on commit 492c40d

Please sign in to comment.