ci: attempt to fix artifacts download for deltachat-rpc-server

Had to do this step manually for 1.126.0,
hopefully the step will work automatically for 1.127.0.
This commit is contained in:
link2xt
2023-10-22 15:23:49 +00:00
parent 4e08bb7b05
commit 349c154a99

View File

@@ -117,19 +117,25 @@ jobs:
uses: actions/download-artifact@v3
with:
name: deltachat-rpc-server-win32.exe
path: dist/deltachat-rpc-server-win32.exe
path: deltachat-rpc-server-win32.exe.d
- name: Download win64 binary
uses: actions/download-artifact@v3
with:
name: deltachat-rpc-server-win64.exe
path: dist/deltachat-rpc-server-win32.exe
path: deltachat-rpc-server-win64.exe.d
- name: Download macOS binary
uses: actions/download-artifact@v3
with:
name: deltachat-rpc-server-x86_64-macos
path: dist/deltachat-rpc-server-x86_64-macos
path: deltachat-rpc-server-x86_64-macos.d
- name: Flatten dist/ directory
run: |
mv deltachat-rpc-server-win32.exe.d/deltachat-rpc-server dist/deltachat-rpc-server-win32.exe
mv deltachat-rpc-server-win64.exe.d/deltachat-rpc-server dist/deltachat-rpc-server-win64.exe
mv deltachat-rpc-server-x86_64-macos.d/deltachat-rpc-server dist/deltachat-rpc-server-x86_64-macos
- name: List downloaded artifacts
run: ls -l dist/