Skip to content

Commit

Permalink
Fix Windows upload script shell
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Nov 10, 2020
1 parent a6b4cc6 commit 6dc46aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
cd build_win/release
rm *.cpp *.h *.obj
$Qt5_Dir/bin/windeployqt.exe Lith.exe --verbose 2 --release --compiler-runtime --angle --qmldir ../..
find /c/Program\ Files/OpenSSL-Win64/
cp /c/Program\ Files/OpenSSL-Win64/bin/*.dll .
7z a ../../Lith.zip *
- name: Upload artifacts to GitHub
Expand All @@ -146,6 +145,7 @@ jobs:
name: Lith.zip
path: Lith.zip
- name: Upload to GitHub
shell: bash
if: github.event_name == 'release'
run: |
TAG_NAME=$(./dist/get-tag-name.sh)
Expand Down

0 comments on commit 6dc46aa

Please sign in to comment.