Skip to content

Commit

Permalink
Fix artifact path in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Nov 26, 2023
1 parent e6a870f commit 6950b07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# Upload these for use with the Docker build later
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down Expand Up @@ -241,10 +241,9 @@ jobs:
uses: actions/checkout@v2

- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: binaries
path: target/

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 6950b07

Please sign in to comment.