Skip to content

Commit

Permalink
GH Actions: fix artifact name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Dec 18, 2023
1 parent bf938fd commit 1311a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
include:
- os: 'macos-latest'
python-version: '3.7'
name: ${{ matrix.os }} py-${{ matrix.python-version }}

steps:
- name: Checkout
Expand Down Expand Up @@ -196,7 +197,7 @@ jobs:
if: failure() && steps.functest.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: cylc-run ${{ matrix.os }}
name: cylc-run ${{ job.name }}
path: ~/cylc-run/

docs:
Expand Down

0 comments on commit 1311a13

Please sign in to comment.