From 2d975c3ed49aa30b6fa334c84515c85d41b1d864 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 27 Jul 2023 10:20:29 +0530 Subject: [PATCH] yeah --- .github/workflows/aur.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index e2166da..b82b347 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -21,12 +21,12 @@ jobs: SKIP_LOGIN: true - name: Create SSH_CREDS directory - run: mkdir ~/ssh_creds + run: mkdir ./package/aur/ssh_creds - name: Setup SSH Credentials - run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds + run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ./package/aur/ssh_creds - - run: ls -lah ~/ssh_creds/.ssh + - run: ls -lah ./package/aur/ssh_creds - name: AUR Routine run: docker build -t aur_routine package/aur && docker run aur_routine