This commit is contained in:
parent
35c9df2ba3
commit
2c5cf178b2
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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: ./main.sh
|
||||
|
||||
|
5
.github/workflows/release_i386.yml
vendored
5
.github/workflows/release_i386.yml
vendored
@ -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: ./main32.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user