Skip to content

Commit

Permalink
Merge pull request #2190 from collivier/avoid_artifact_conflicts
Browse files Browse the repository at this point in the history
Avoid 2 artifact conflicts
  • Loading branch information
collivier authored Dec 9, 2024
2 parents 52881dc + b042b50 commit 8cae903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: log_${{ matrix.tag }}
name: log_oran_${{ matrix.tag }}
path: /tmp/output-dir

build:
Expand Down

0 comments on commit 8cae903

Please sign in to comment.