This commit is contained in:
parent
af521e8b9f
commit
2c39c5c0a4
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
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: chmod +x ./main32.sh && ./main32.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user