Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Jan 27, 2024
1 parent de995f7 commit 6bdfa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup SSH Action
uses: LuisEnMarroquin/[email protected]
with:
SSHKEY: ${{ secrets.SSH_PRIVKEY }}
SSHKEY: "${{ secrets.SSH_PRIVKEY }}"

- name: Build (private)
uses: taiki-e/upload-rust-binary-action@v1
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Setup SSH Action
uses: LuisEnMarroquin/[email protected]
with:
SSHKEY: ${{ secrets.SSH_PRIVKEY }}
SSHKEY: "${{ secrets.SSH_PRIVKEY }}"

- name: Tag all assets
shell: bash
Expand Down

0 comments on commit 6bdfa31

Please sign in to comment.