Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored Nov 18, 2021
1 parent 3fdd8c1 commit dc280fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- name: List files on bin folder
run: |
cd superbuild\install_Windows\bin
dir
dir
- name: Copy MinVR plugins to root folder
shell: cmd
run: copy superbuild\install_Windows\bin\MinVR-2.0 superbuild\install_Windows\bin
- name: run bat2exec in the background and create vr-volumeviewer executable
shell: cmd
run: superbuild\scripts\execute_bat2exe_background.bat ${{github.workspace}}
Expand Down

0 comments on commit dc280fd

Please sign in to comment.