Skip to content

Commit

Permalink
ga: add ${{ matrix.name_extra }} to artifact name
Browse files Browse the repository at this point in the history
Needed to differentiate Windows builds.
  • Loading branch information
0-wiz-0 committed Mar 15, 2024
1 parent 9037881 commit f0eff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: regress-directory-${{ matrix.os }}
name: regress-directory-${{ matrix.os }}-${{ matrix.name_extra }}
path: |
${{runner.workspace}}/build/regress
- name: test
Expand Down

0 comments on commit f0eff80

Please sign in to comment.