Skip to content

Commit 5b79241

Browse files
committed
ci: update ftp information
Signed-off-by: sbwml <admin@cooluc.com>
1 parent 5902e20 commit 5b79241

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
156156
with:
157157
dangerous-clean-slate: true
158-
username: dev
158+
username: openwrt
159159
server: ${{ secrets.ftp_address }}
160160
password: ${{ secrets.ftp_password }}
161161
server-dir: minimal/${{ matrix.model }}/
@@ -164,7 +164,7 @@ jobs:
164164
- name: Release OTA
165165
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
166166
with:
167-
username: openwrt
167+
username: ota
168168
server: ${{ secrets.ftp_address }}
169169
password: ${{ secrets.ftp_password }}
170170
server-dir: minimal/${{ matrix.model }}/

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
150150
with:
151151
dangerous-clean-slate: true
152-
username: dev
152+
username: openwrt
153153
server: ${{ secrets.ftp_address }}
154154
password: ${{ secrets.ftp_password }}
155155
server-dir: release/${{ matrix.model }}/
@@ -158,7 +158,7 @@ jobs:
158158
- name: Release OTA
159159
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
160160
with:
161-
username: openwrt
161+
username: ota
162162
server: ${{ secrets.ftp_address }}
163163
password: ${{ secrets.ftp_password }}
164164
server-dir: release/${{ matrix.model }}/

.github/workflows/build-snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ jobs:
207207
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
208208
with:
209209
dangerous-clean-slate: true
210-
username: snapshot
210+
username: openwrt
211211
server: ${{ secrets.ftp_address }}
212212
password: ${{ secrets.ftp_password }}
213-
server-dir: ${{ matrix.model }}/
213+
server-dir: snapshot/${{ matrix.model }}/
214214
local-dir: ${{ env.build_dir }}/rom/

.github/workflows/build-std.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
150150
with:
151151
dangerous-clean-slate: true
152-
username: dev
152+
username: openwrt
153153
server: ${{ secrets.ftp_address }}
154154
password: ${{ secrets.ftp_password }}
155155
server-dir: standard/${{ matrix.model }}/
@@ -158,7 +158,7 @@ jobs:
158158
- name: Release OTA
159159
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
160160
with:
161-
username: openwrt
161+
username: ota
162162
server: ${{ secrets.ftp_address }}
163163
password: ${{ secrets.ftp_password }}
164164
server-dir: standard/${{ matrix.model }}/

0 commit comments

Comments
 (0)