We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd14e4e commit 6a7d6daCopy full SHA for 6a7d6da
.github/workflows/build.yml
@@ -32,12 +32,12 @@ jobs:
32
- name: Upload artifact
33
uses: wangyucode/sftp-upload-action@v1.4.8
34
with:
35
- host: ${{ secrets.STATIC_FTP_HOST }}
36
- port: ${{ secrets.STATIC_FTP_PORT }}
37
- username: static
38
- password: ${{ secrets.STATIC_FTP_PASS }}
+ host: ${{ secrets.NICKCHAN_FTP_HOST }}
+ port: ${{ secrets.NICKCHAN_FTP_PORT }}
+ username: palera1n
+ password: ${{ secrets.NICKCHAN_FTP_PASS }}
39
forceUpload: true
40
dryRun: false
41
localDir: 'packages/'
42
- remoteDir: '/artifacts/loader/universal_lite'
+ remoteDir: '/www/static.palera.in/artifacts/loader/universal_lite'
43
0 commit comments