Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jan 17, 2024
1 parent a497ec5 commit 4761156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_pairs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Get Bucket Prefix
env:
REF: ${{ inputs.reference }}
SEC: ${{ inputs.secondary }}
SEC: ${{ matrix.secondary }}
run: |
PREFIX=${REF:14:8}_${SEC:14:8}
echo "PREFIX=${PREFIX}" >> $GITHUB_ENV
Expand Down

0 comments on commit 4761156

Please sign in to comment.