Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syntax-tm committed May 12, 2024
1 parent 1940b41 commit 1f18d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
$samDir = Get-Item publish | Select-Object -ExpandProperty FullName
$samManagerDir = Get-Item publish_manager | Select-Object -ExpandProperty FullName
cp $samManagerDir\* -DestinationPath $samDir -Recurse -Force
cp $samManagerDir\* -Destination $samDir -Recurse -Force
$stagedFiles = gci $samDir -Recurse -File | select -ExpandProperty FullName | Sort-Object
Expand Down

0 comments on commit 1f18d92

Please sign in to comment.