Skip to content

Commit

Permalink
Fix rename dll files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivk1800 committed Dec 3, 2023
1 parent c07db85 commit 30a2a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-tdlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,17 @@ jobs:
# - name: fake build
# run: |
# mkdir -p td/tdlib/bin
# echo test > td/tdlib/bin/libcrypto-1_1-x64.dll
# echo test > td/tdlib/bin/libssl-1_1-x64.dll
# echo test > td/tdlib/bin/libcrypto-3-x64.dll
# echo test > td/tdlib/bin/libssl-3-x64.dll
# echo test > td/tdlib/bin/tdjson.dll
# echo test > td/tdlib/bin/zlib1.dll

- name: zip
run: |
cd td/tdlib/bin
ls
mv libcrypto-1_1-x64.dll libcrypto-1_1.dll
mv libssl-1_1-x64.dll libssl-1_1.dll
mv libcrypto-3-x64.dll libcrypto-1_1.dll
mv libssl-3-x64.dll libssl-1_1.dll
7z a -tzip dlls.zip libcrypto-1_1.dll libssl-1_1.dll tdjson.dll zlib1.dll
- name: Release
Expand Down

0 comments on commit 30a2a0b

Please sign in to comment.