mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
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:
12
.github/workflows/deltachat-rpc-server.yml
vendored
12
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -117,19 +117,25 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: deltachat-rpc-server-win32.exe
|
name: deltachat-rpc-server-win32.exe
|
||||||
path: dist/deltachat-rpc-server-win32.exe
|
path: deltachat-rpc-server-win32.exe.d
|
||||||
|
|
||||||
- name: Download win64 binary
|
- name: Download win64 binary
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: deltachat-rpc-server-win64.exe
|
name: deltachat-rpc-server-win64.exe
|
||||||
path: dist/deltachat-rpc-server-win32.exe
|
path: deltachat-rpc-server-win64.exe.d
|
||||||
|
|
||||||
- name: Download macOS binary
|
- name: Download macOS binary
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: deltachat-rpc-server-x86_64-macos
|
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
|
- name: List downloaded artifacts
|
||||||
run: ls -l dist/
|
run: ls -l dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user