Skip to content

Commit

Permalink
Fix naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 29, 2023
1 parent beeb6ca commit bc3f90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/upload-artifact@v4
name: Upload CSV Results
with:
name: results
name: results-csv
path: results.csv
- shell: bash
name: Install gnuplot
Expand All @@ -80,5 +80,5 @@ jobs:
- uses: actions/upload-artifact@v4
name: Upload Plot
with:
name: results
name: results-plot
path: results.png

0 comments on commit bc3f90a

Please sign in to comment.