mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
ci: fixup for artifact uploading in deltachat-rpc-server.yml
This commit is contained in:
10
.github/workflows/deltachat-rpc-server.yml
vendored
10
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -88,26 +88,34 @@ jobs:
|
|||||||
uses: "actions/download-artifact@v3"
|
uses: "actions/download-artifact@v3"
|
||||||
with:
|
with:
|
||||||
name: "deltachat-rpc-server-x86_64"
|
name: "deltachat-rpc-server-x86_64"
|
||||||
|
path: "dist/deltachat-rpc-server-x86_64"
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-aarch64
|
- name: Download deltachat-rpc-server-aarch64
|
||||||
uses: "actions/download-artifact@v3"
|
uses: "actions/download-artifact@v3"
|
||||||
with:
|
with:
|
||||||
name: "deltachat-rpc-server-aarch64"
|
name: "deltachat-rpc-server-aarch64"
|
||||||
|
path: "dist/deltachat-rpc-server-aarch64"
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-armv7
|
- name: Download deltachat-rpc-server-armv7
|
||||||
uses: "actions/download-artifact@v3"
|
uses: "actions/download-artifact@v3"
|
||||||
with:
|
with:
|
||||||
name: "deltachat-rpc-server-armv7"
|
name: "deltachat-rpc-server-armv7"
|
||||||
|
path: "dist/deltachat-rpc-server-armv7"
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-win32.exe
|
- name: Download deltachat-rpc-server-win32.exe
|
||||||
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"
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-win64.exe
|
- name: Download deltachat-rpc-server-win64.exe
|
||||||
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-win64.exe"
|
||||||
|
|
||||||
|
- name: List downloaded artifacts
|
||||||
|
run: ls -l dist/
|
||||||
|
|
||||||
- name: Upload binaries to the GitHub release
|
- name: Upload binaries to the GitHub release
|
||||||
env:
|
env:
|
||||||
@@ -115,4 +123,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gh release upload ${{ github.ref_name }} \
|
gh release upload ${{ github.ref_name }} \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
deltachat-rpc-server-*
|
dist/deltachat-rpc-server-*
|
||||||
|
|||||||
Reference in New Issue
Block a user