From 5d792578703c84f60f9c96c9dff492c56da2a9d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Fri, 5 Apr 2024 15:02:53 +0200 Subject: [PATCH] Fixup --- .github/workflows/ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0616d98..758878a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,10 +252,10 @@ jobs: curl https://github.com/notthebee.keys > notthebee.pub && ssh-copy-id -f -i notthebee.pub $EASYVPN_USERNAME@$SERVER_IPV4 - - name: Archive the private SSH key (Matrix 1) + - name: Archive the private SSH key uses: actions/upload-artifact@v3 with: - name: "private-ssh-key-{{ matrix.index }}" + name: "private-ssh-key-${{ matrix.index }}" path: "id_vpn" outputs: @@ -314,7 +314,7 @@ jobs: - name: Get the private SSH key artifact uses: actions/download-artifact@v3 with: - name: "private-ssh-key-{{ matrix.index }}" + name: "private-ssh-key-${{ matrix.index }}" path: /home/runner/.ssh - name: Set the correct permissions for the SSH key @@ -361,14 +361,13 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: "Screenshots-{{ matrix.index }}" - path: "screenshots/*.png" + name: "Screenshots-${{ matrix.index }}" + path: "screenshots" - - name: Archive the Wireguard config (Matrix 3) - if: ${{ matrix.index == '3' }} + - name: Archive the Wireguard config uses: actions/upload-artifact@v3 with: - name: "wireguard-{{ matrix.index }}.conf" + name: "wireguard-${{ matrix.index }}.conf" path: "*.conf" destroy: