Skip to content

Commit

Permalink
fix: Main pipeline generates artifacts incuding machine type in the n…
Browse files Browse the repository at this point in the history
…ame (kedacore#5292)
  • Loading branch information
JorTurFer authored Dec 15, 2023
1 parent 3a596eb commit 88b2659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
if: ${{ always() }}
with:
name: smoke-test-logs ${{ inputs.kubernetesVersion }}
path: '${{ github.workspace }}/tests/**/*.log'
name: smoke-test-logs ${{ inputs.runs-on }}-${{ inputs.kubernetesVersion }}
path: "${{ github.workspace }}/tests/**/*.log"
if-no-files-found: ignore

0 comments on commit 88b2659

Please sign in to comment.