Skip to content

Commit

Permalink
xcopy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 8, 2024
1 parent be6760c commit a2fe928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
mkdir dist\main\pics
mkdir dist\main\log\screenshots
mkdir dist\main\decisionmaker
xcopy poker\icon.ico dist\main\poker.ico /Y
xcopy poker\config_default.ini dist\main\config.ini /Y
xcopy poker\icon.ico dist\main\poker.ico* /Y
xcopy poker\config_default.ini dist\main\config.ini* /Y
xcopy poker\vboxapi dist\main\vboxapi\ /E
- name: Install NSIS
Expand Down

0 comments on commit a2fe928

Please sign in to comment.