Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Jan 30, 2024
1 parent d579cc4 commit 3c11a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
endpoint: ci
- name: Build x86_64 with docker
- name: Build x86_64 binary with docker
uses: docker/build-push-action@v5
if: matrix.platform.target == 'x86_64-unknown-linux-musl'
with:
Expand All @@ -88,7 +88,7 @@ jobs:
with:
image: ${{ vars.DOCKERHUB_USER }}/${{ github.event.repository.name }}:musl
path: /app/${{ github.event.repository.name }}
destination: target/x86_64-unknown-linux-musl/release/github.event.repository.name
destination: target/x86_64-unknown-linux-musl/release/${{ github.event.repository.name }}
- name: Rename binary (linux and macos)
run: mv target/${{ matrix.platform.target }}/release/${{ github.event.repository.name }} target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
if: matrix.platform.os_name != 'Windows-x86_64'
Expand Down

0 comments on commit 3c11a7f

Please sign in to comment.