We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaddad commit 23f2fe3Copy full SHA for 23f2fe3
.github/workflows/deployment.yml
@@ -12,6 +12,7 @@ jobs:
12
# - name: install dependencies
13
# run: sudo apt-get install libgtk-3-dev libsoup2.4
14
- uses: actions/checkout@v2
15
+ - run: openssl version
16
- uses: actions-rs/toolchain@v1
17
with:
18
toolchain: stable
@@ -22,7 +23,7 @@ jobs:
22
23
- name: Set env
24
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
25
- name: Transfer binary rsync
- uses: easingthemes/ssh-deploy@main
26
+ uses: easingthemes/ssh-deploy@v3
27
env:
28
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
29
ARGS: "-rltgoDzvO"
0 commit comments