Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyMoselhy committed Mar 19, 2024
1 parent bc6b85a commit 4d02c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build deployAVDSessionHostReplacer bicep file into ARM
on:
push:
paths:
- 'deploy\bicep\DeployAVDSessionHostReplacer.bicep'
- 'deploy/bicep/DeployAVDSessionHostReplacer.bicep'
workflow_dispatch:
inputs:
messages:
Expand Down
2 changes: 1 addition & 1 deletion deploy/bicep/modules/deployStandardTemplateSpec.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource deployTemplateSpec 'Microsoft.Resources/templateSpecs@2022-02-01' = {
name: 'deploymentTemplateSpecVersion'
location: Location
properties: {
mainTemplate: loadJsonContent('../../StandardSessionHostTemplate/DeploySessionHosts.json')
mainTemplate: loadJsonContent('../../../StandardSessionHostTemplate/DeploySessionHosts.json')
}
}
}
Expand Down

0 comments on commit 4d02c3a

Please sign in to comment.