Skip to content

Commit 7318943

Browse files
author
khcrysalis
authored
fix: update ftp configuration for upload
1 parent cd14e4e commit 7318943

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- name: Upload artifact
3333
uses: wangyucode/sftp-upload-action@v1.4.8
3434
with:
35-
host: ${{ secrets.STATIC_FTP_HOST }}
36-
port: ${{ secrets.STATIC_FTP_PORT }}
37-
username: static
38-
password: ${{ secrets.STATIC_FTP_PASS }}
35+
host: ${{ secrets.NICKCHAN_FTP_HOST }}
36+
port: ${{ secrets.NICKCHAN_FTP_PORT }}
37+
username: palera1n
38+
password: ${{ secrets.NICKCHAN_FTP_PASS }}
3939
forceUpload: true
4040
dryRun: false
41-
localDir: 'packages/'
42-
remoteDir: '/artifacts/loader/universal_lite'
41+
localDir: 'dist/'
42+
remoteDir: '/www/static.palera.in/artifacts/loader/universal_lite'
4343

0 commit comments

Comments
 (0)