Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoabidmaqbool committed Sep 17, 2024
1 parent aee7999 commit 0bfbd35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,19 @@ jobs:
latest: true
fileName: 'windows-x64.zip'
- name: Set up `D:` drive
shell: cmd
run: |
mkdir C:\temp\D_drive
subst D: C:\temp\D_drive
- name: Verify `D:` drive
shell: cmd
run: |
echo "Files in D drive:"
dir D:\
- name: 'Build'
shell: msys2 {0}
run: |
ls /d/
mkdir -p /c/temp
unzip windows-x64.zip -d /c/temp
mv /c/temp/windows-x64/libjdk.lib /c/temp/
Expand Down

0 comments on commit 0bfbd35

Please sign in to comment.