Skip to content

Commit

Permalink
fix typo (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbf9rca authored Jul 11, 2024
1 parent 976fe38 commit 54fe8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_build_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: copy attestation to dist dir
run: |
cp${{ steps.attest-artifacts.outputs.bundle-path }}n $GITHUB_WORKSPACE/dist/attestation.jsonl
cp ${{ steps.attest-artifacts.outputs.bundle-path }} $GITHUB_WORKSPACE/dist/attestation.jsonl
- name: Upload build artifact
id: upload-artifact
Expand Down

0 comments on commit 54fe8d0

Please sign in to comment.