From 11e6a325a2e50026d77863c14fdf0ede8fa71fcd Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 8 Apr 2023 18:27:35 +0000 Subject: [PATCH] ci: remove references to nonexistent matrix.rust --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4455ec2c6..f0659c359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: Upload C library uses: actions/upload-artifact@v3 with: - name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a + name: ${{ matrix.os }}-libdeltachat.a path: target/debug/libdeltachat.a retention-days: 1 @@ -142,7 +142,7 @@ jobs: - name: Upload deltachat-rpc-server uses: actions/upload-artifact@v3 with: - name: ${{ matrix.os }}-${{matrix.rust}}-deltachat-rpc-server + name: ${{ matrix.os }}-deltachat-rpc-server path: target/debug/deltachat-rpc-server retention-days: 1 @@ -196,7 +196,7 @@ jobs: - name: Download libdeltachat.a uses: actions/download-artifact@v3 with: - name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a + name: ${{ matrix.os }}-libdeltachat.a path: target/debug - name: Install python @@ -255,7 +255,7 @@ jobs: - name: Download deltachat-rpc-server uses: actions/download-artifact@v3 with: - name: ${{ matrix.os }}-${{matrix.rust}}-deltachat-rpc-server + name: ${{ matrix.os }}-deltachat-rpc-server path: target/debug - name: Make deltachat-rpc-server executable