Skip to content

Commit

Permalink
Update the download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 8, 2024
1 parent 502abfc commit 5a98c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: x86_64-unknown-linux-gnu-services
path: target/amd64/release
path: target/amd64

- name: Download executables ARM
uses: actions/download-artifact@v3
with:
name: aarch64-unknown-linux-gnu-services
path: target/arm64/release
path: target/arm64

- name: Setup Docker BuildKit (buildx)
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: x86_64-unknown-linux-musl-services
path: target/amd64/release
path: target/amd64

- name: Download executables ARM
uses: actions/download-artifact@v3
with:
name: aarch64-unknown-linux-musl-services
path: target/arm64/release
path: target/arm64

- name: Setup Docker BuildKit (buildx)
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 5a98c9f

Please sign in to comment.