Skip to content

Commit

Permalink
fix(gorgone): fix ci log name
Browse files Browse the repository at this point in the history
Refs:MON-106121
  • Loading branch information
Evan-Adam committed Oct 29, 2024
1 parent 8df77ca commit 095f1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: plugin-installation-${{ matrix.distrib }}
name: gorgone-unit-tests-logs-${{ matrix.distrib }}
path: ./lastlog.jsonl
retention-days: 1
# end of the unit test for gorgone.
Expand Down

0 comments on commit 095f1f5

Please sign in to comment.