Skip to content

Commit

Permalink
Add missing matrix for debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Dec 10, 2023
1 parent 9935b1b commit 23503e6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,15 @@ jobs:
name: "private-ssh-key-3"
path: "id_vpn"

- name: Archive the private SSH key (Matrix 4)
if: ${{ matrix.index == '4' }}
uses: actions/upload-artifact@v3
with:
name: "private-ssh-key-4"
path: "id_vpn"






Expand Down Expand Up @@ -339,6 +348,15 @@ jobs:
name: "private-ssh-key-3"
path: /home/runner/.ssh

- name: Get the private SSH key artifact (Matrix 4)
if: matrix.index == '4'
uses: actions/download-artifact@v3
with:
name: "private-ssh-key-4"
path: /home/runner/.ssh



- name: Set the correct permissions for the SSH key
run: |
chmod 700 $HOME/.ssh
Expand Down

0 comments on commit 23503e6

Please sign in to comment.