We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b4cc6 commit 6dc46aaCopy full SHA for 6dc46aa
.github/workflows/main.yml
@@ -136,7 +136,6 @@ jobs:
136
cd build_win/release
137
rm *.cpp *.h *.obj
138
$Qt5_Dir/bin/windeployqt.exe Lith.exe --verbose 2 --release --compiler-runtime --angle --qmldir ../..
139
- find /c/Program\ Files/OpenSSL-Win64/
140
cp /c/Program\ Files/OpenSSL-Win64/bin/*.dll .
141
7z a ../../Lith.zip *
142
- name: Upload artifacts to GitHub
@@ -146,6 +145,7 @@ jobs:
146
145
name: Lith.zip
147
path: Lith.zip
148
- name: Upload to GitHub
+ shell: bash
149
if: github.event_name == 'release'
150
run: |
151
TAG_NAME=$(./dist/get-tag-name.sh)
0 commit comments