Skip to content

Commit

Permalink
fix cross test (sigstore#3502)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Jan 27, 2024
1 parent a445167 commit 381c657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash
if: github.event_name != 'pull_request'
run: |
name=$(echo ${{ matrix.os }} | cut -d '-' f1)
name=$(echo ${{ matrix.os }} | cut -f1 -d"-")
echo "artifactsfilename=$name" >> $GITHUB_ENV
- name: Upload artifacts
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 381c657

Please sign in to comment.