Skip to content

Commit

Permalink
Fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Dec 6, 2023
1 parent c07459a commit d869c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
inputs.build-configuration)
|| format(
'{0}_{1}_{2}_{3}_{4}',
github.run_id
github.run_id,
matrix.machine-type,
inputs.build-directory,
inputs.build-solution-path,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-orchard-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
inputs.build-configuration)
|| format(
'{0}_{1}_{2}_{3}_{4}',
github.run_id
github.run_id,
matrix.machine-type,
inputs.build-directory,
inputs.build-solution-path,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
inputs.solution-or-project-path)
|| format(
'{0}_{1}_{2}_{3}',
github.run_id
github.run_id,
inputs.machine-type,
inputs.build-directory,
inputs.solution-or-project-path)
Expand Down

0 comments on commit d869c5e

Please sign in to comment.