Skip to content

Commit

Permalink
chore(ci): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jan 22, 2025
1 parent 2e27718 commit 2b184b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflow-templates/build-prod-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
docker build \
--tag prod --no-cache \
--build-arg="COMMIT=${{ github.event.inputs.sha }}" \
--build-arg="RUSTFLAGS=-C target-cpu=${{ matrix.cpu }}" \
--build-arg="RUSTFLAGS=-C target-cpu=${{ inputs.target }}" \
- < docker/moonbeam-production.Dockerfile
# Copy moonbeam binary
Expand Down Expand Up @@ -49,5 +49,5 @@ runs:
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: binaries-${{ inputs.target }}
path: build/moonbeam-${{matrix.cpu}}
name: binaries-${{inputs.target}}
path: build/moonbeam-${{inputs.target}}

0 comments on commit 2b184b0

Please sign in to comment.