Update .github/workflows/release-canaryv3.yml
This commit is contained in:
parent
996798a6ab
commit
b5b993bf5c
13
.github/workflows/release-canaryv3.yml
vendored
13
.github/workflows/release-canaryv3.yml
vendored
@ -17,22 +17,19 @@ 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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user