Skip to content

Commit 778a216

Browse files
committed
fix github actions, hopefully
1 parent 5e18083 commit 778a216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
- name: Upload dropbear artifact (tarballs)
101101
uses: actions/upload-artifact@v4
102102
with:
103-
name: dropbear-${{ matrix.target }}
103+
name: sftp-server-${{ matrix.target }}
104104
path: |
105-
dropbear-${{ matrix.target }}.tar.xz
106-
dropbear-${{ matrix.target }}.tar.xz.SHA256
105+
sftp-server-${{ matrix.target }}.tar.xz
106+
sftp-server-${{ matrix.target }}.tar.xz.SHA256
107107
108108
- name: Upload sftp-server artifact (tarballs)
109109
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)