mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
more debug!
This commit is contained in:
parent
be1058e7d4
commit
de2d77cc92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Setup SSH Credentials
|
||||
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds
|
||||
|
||||
- run: ls -lah ~/ssh_creds
|
||||
- run: ls -lah ~/ssh_creds/.ssh
|
||||
|
||||
- name: AUR Routine
|
||||
run: docker build -t aur_routine package/aur && docker run aur_routine
|
||||
|
|
Loading…
Reference in a new issue