Skip to content

Commit

Permalink
updated path to the copy folder
Browse files Browse the repository at this point in the history
Signed-off-by: SONIABHISHEK121 <[email protected]>
  • Loading branch information
ABHISHEKSONI121 committed Aug 3, 2024
1 parent bbcce95 commit 30f60f7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,10 @@ jobs:
- name: Copy VBS files to dist folder
run: |
Copy-Item .\ejemplos\pyi25\pyi25.vbs .\dist\ -ErrorAction Stop
Copy-Item .\ejemplos\pyqr\pyqr.vbs .\dist\ -ErrorAction Stop
Copy-Item .\ejemplos\factura_electronica.vbs .\dist\ -ErrorAction Stop
Copy-Item .\ejemplos\remito_electronico_carnico.vbs .\dist\ -ErrorAction Stop
Get-ChildItem -Recurse .\ejemplos | Where-Object {$_.Name -like "*.vbs"} | ForEach-Object {
Copy-Item $_.FullName .\dist\ -ErrorAction Stop
}
- name: Test pyi25.vbs
run: |
.\tests\test_pyi25.ps1
Expand Down

0 comments on commit 30f60f7

Please sign in to comment.