Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Jan 30, 2024
1 parent cd8104b commit 4beb58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
mkdir -p target/${{ matrix.platform.target }}/release
docker image ls
container_id=$(docker run -d ${{ github.event.repository.name }}:musl)
docker cp $container_id:/work/${{ github.event.repository.name }} target/${{ matrix.platform.target }}/release/${{ github.event.repository.name }}
docker cp $container_id:/app/${{ github.event.repository.name }} target/${{ matrix.platform.target }}/release/${{ github.event.repository.name }}
- name: Rename binary (linux and macos)
run: |
ls -la target/${{ matrix.platform.target }}/release/
Expand Down

0 comments on commit 4beb58e

Please sign in to comment.