Update .github/workflows/build-canaryv3.yml

This commit is contained in:
ferreo 2024-07-24 00:55:14 +02:00
parent a7b2609b8d
commit eb01af4613

View File

@ -20,7 +20,7 @@ jobs:
- name: Update APT Cache
run: apt-get update -y
- name: Update APT Cache
- name: Install Node and NPM
run: apt-get install nodejs npm -y
- uses: actions/checkout@v3
@ -28,13 +28,10 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ variables.SSH_KEY }}
key: ${{ vars.SSH_KEY }}
name: id_rsa
known_hosts: ${{ variables.KNOWN_HOSTS }}
known_hosts: ${{ vars.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh