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 5e18083 commit 778a216Copy full SHA for 778a216
.github/workflows/release.yml
@@ -100,10 +100,10 @@ jobs:
100
- name: Upload dropbear artifact (tarballs)
101
uses: actions/upload-artifact@v4
102
with:
103
- name: dropbear-${{ matrix.target }}
+ name: sftp-server-${{ matrix.target }}
104
path: |
105
- dropbear-${{ matrix.target }}.tar.xz
106
- dropbear-${{ matrix.target }}.tar.xz.SHA256
+ sftp-server-${{ matrix.target }}.tar.xz
+ sftp-server-${{ matrix.target }}.tar.xz.SHA256
107
108
- name: Upload sftp-server artifact (tarballs)
109
0 commit comments