For DLL build we also need the ssh private key
This commit is contained in:
parent
46794da553
commit
3509437659
|
|
@ -94,6 +94,13 @@ jobs:
|
||||||
filename: "ssh_private_key"
|
filename: "ssh_private_key"
|
||||||
working-directory: "./resources"
|
working-directory: "./resources"
|
||||||
|
|
||||||
|
- name: Use resources/ssh_private_key from action secrets
|
||||||
|
uses: mobiledevops/secret-to-file-action@v1 # TODO native in Makefile, can be unsafe...
|
||||||
|
with:
|
||||||
|
base64-encoded-secret: ${{ secrets.RESOURCES_SSH_PRIVATE_KEY }}
|
||||||
|
filename: "ssh_private_key"
|
||||||
|
working-directory: "./resources"
|
||||||
|
|
||||||
- run: make dll
|
- run: make dll
|
||||||
|
|
||||||
- name: Store release artifacts
|
- name: Store release artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue