Skip to content

Commit

Permalink
fix: make console-output artifact name unique (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian authored Sep 20, 2024
1 parent 711deb3 commit d91dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/runner_create/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ runs:
if: ${{ steps.create-vm.outputs.console-output }}
uses: actions/upload-artifact@v4
with:
name: console-output
name: console-output-${{ inputs.vm_name }}
path: ${{ steps.create-vm.outputs.console-output }}

0 comments on commit d91dbc7

Please sign in to comment.