Skip to content

Commit

Permalink
Add ftps nightly upload to windows build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 3, 2024
1 parent b311dc8 commit dad2707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ jobs:
if-no-files-found: error

- name: Upload to nightly server
if: always() && steps.create_installer.outcome == 'success'
uses: SamKirkland/[email protected]
with:
server: welle-io-nightlies.albrechtloh.de
protocol: ftps
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWORD }}
local-dir: publish\
local-dir: publish/

0 comments on commit dad2707

Please sign in to comment.