Update release.yml

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 19:37:43 +03:00 committed by GitHub
parent f5895995e6
commit 0aa48a132e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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