This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-28 13:56:29 +03:00 committed by GitHub
parent af521e8b9f
commit 2c39c5c0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -29,7 +29,10 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update apt cache
run: apt-get update
- name: Build Package
run: chmod +x ./main32.sh && ./main32.sh