Skip to content

Commit a79731a

Browse files
committed
fix not using config
1 parent 8704280 commit a79731a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
-Branch "$env:BRANCH_NAME" `
128128
-SigningPfxBase64 "${{ secrets.UPDATER_SIGNING_PFX_B64 }}" `
129129
-SigningPfxPassword "${{ secrets.UPDATER_SIGNING_PFX_PASSWORD }}" `
130-
-SftpHost "republicatwar.com" `
131-
-SftpPort 1579 `
130+
-SftpHost "$env:SFTP_HOST" `
131+
-SftpPort $env:SFTP_PORT `
132132
-SftpUser "${{ secrets.SFTP_USER }}" `
133133
-SftpPassword "${{ secrets.SFTP_PASSWORD }}" `
134134
-NextOrigin "$env:NEXT_ORIGIN_BASE" `

0 commit comments

Comments
 (0)