Skip to content

Commit

Permalink
Update delphi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 27, 2024
1 parent 1d354b2 commit 044ba20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
$lineToFind = '// {$DEFINE SEMPARE_TEMPLATE_CONFIRM_LICENSE}'
$newLine = '{$DEFINE SEMPARE_TEMPLATE_CONFIRM_LICENSE}'
(Get-Content $filePath) -replace [regex]::Escape($lineToFind), $newLine | Set-Content $filePath

- name: Install ReportGenerator
run: dotnet tool install -g dotnet-reportgenerator-globaltool


- name: build win32 debug
shell: cmd
Expand Down

0 comments on commit 044ba20

Please sign in to comment.