Skip to content

Commit 6dc46aa

Browse files
committed
Fix Windows upload script shell
1 parent a6b4cc6 commit 6dc46aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ jobs:
136136
cd build_win/release
137137
rm *.cpp *.h *.obj
138138
$Qt5_Dir/bin/windeployqt.exe Lith.exe --verbose 2 --release --compiler-runtime --angle --qmldir ../..
139-
find /c/Program\ Files/OpenSSL-Win64/
140139
cp /c/Program\ Files/OpenSSL-Win64/bin/*.dll .
141140
7z a ../../Lith.zip *
142141
- name: Upload artifacts to GitHub
@@ -146,6 +145,7 @@ jobs:
146145
name: Lith.zip
147146
path: Lith.zip
148147
- name: Upload to GitHub
148+
shell: bash
149149
if: github.event_name == 'release'
150150
run: |
151151
TAG_NAME=$(./dist/get-tag-name.sh)

0 commit comments

Comments
 (0)