Skip to content

Commit

Permalink
fix(workflow): windows artifacts copying
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 8, 2024
1 parent b36eab3 commit 2fc8245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
- name: Copy MSI binary
if: matrix.platform == 'windows-latest'
run: |
Copy-Item help
# Copy-Item -Path "C:\TEMP\PS\DossierA\*" -Destination "C:\TEMP\PS\DossierB\" -Include *.jpg
Copy-Item -Path "D:\a\remede\remede\app\src-tauri\target\release\bundle\nsis\*" -Destination "D:\a\remede\remede\builds" -Include *.msi
Copy-Item -Path "D:\a\remede\remede\app\src-tauri\target\release\bundle\nsis\*" -Destination "D:\a\remede\remede\builds" -Include *.exe
- name: Commit changes
run: |
Expand Down

0 comments on commit 2fc8245

Please sign in to comment.