diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 56613b5..dc1ec69 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -19,9 +19,9 @@ jobs: uses: actions-hub/docker/cli@master env: SKIP_LOGIN: true - + - run: echo $SSH_CREDS - name: Setup SSH Credentials - run: echo $SSH_CREDS | base64 -d | tar --no-same-owner -xzf - -C ~/ssh_creds && ls .ssh + run: echo $SSH_CREDS | base64 -d | tar -xzvf - -C ~/ssh_creds - name: AUR Routine run: docker build -t aur_routine package/aur && docker run aur_routine