Update .github/workflows/release-canaryv3.yml

This commit is contained in:
ferreo 2024-07-24 01:02:57 +02:00
parent a4f82a030f
commit b3d709b884

View File

@ -17,6 +17,12 @@ jobs:
options: --privileged -it
steps:
- name: Update APT Cache
run: apt-get update -y
- name: Install Node and NPM
run: apt-get install nodejs npm -y
- uses: actions/checkout@v3
- name: Install SSH key
@ -26,9 +32,6 @@ jobs:
name: id_rsa
known_hosts: ${{ variables.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Build Package
run: ./mainv3.sh