Skip to content

Commit

Permalink
Fixing linux docker image release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent 93234c1 commit 4ad12c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: linux-arm-v7
path: target/cross/linux/arm/v7/rqbit
path: target/cross/linux/arm/v7/

- uses: actions/download-artifact@v4
with:
name: linux-arm64
path: target/cross/linux/arm64/rqbit
path: target/cross/linux/arm64/

- uses: actions/download-artifact@v4
with:
name: linux-amd64
path: target/cross/linux/amd64/rqbit
path: target/cross/linux/amd64/

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

0 comments on commit 4ad12c3

Please sign in to comment.