initial commit

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-07 21:59:01 +03:00
parent 16965769bc
commit d5ee9d94d2
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update apt cache
run: apt-get update -y
- name: Build Package
run: ./main.sh

View File

@ -29,6 +29,9 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update apt cache
run: apt-get update -y
- name: Build Package
run: ./main32.sh