We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ed68a commit 773b2c1Copy full SHA for 773b2c1
1 file changed
.github/workflows/docker-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# 准备 SSH Key
38
- name: Upload SSH keys as artifact
39
- uses: actions/download-artifact@v3
+ uses: actions/upload-artifact@v3
40
with:
41
name: ssh-keys
42
path: deploy
0 commit comments