mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: create directory b4 untarring
This commit is contained in:
parent
41a639eda5
commit
2aaf33d73c
1 changed files with 4 additions and 1 deletions
3
.github/workflows/aur.yml
vendored
3
.github/workflows/aur.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
env:
|
||||
SKIP_LOGIN: true
|
||||
|
||||
- name: Create SSH_CREDS directory
|
||||
run: mkdir ~/ssh_creds
|
||||
|
||||
- name: Setup SSH Credentials
|
||||
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds
|
||||
|
||||
|
|
Loading…
Reference in a new issue