Update publish.yml
This commit is contained in:
parent
671af50999
commit
5d7c90e25d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
|||
- name: Download the dependencies
|
||||
run: ./bld download
|
||||
|
||||
- name: Import key
|
||||
run: echo "${secrets.SIGN_SECRET_KEY}" | gpg --import
|
||||
|
||||
- name: Publish with bld
|
||||
run: >-
|
||||
./bld compile test publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue