From: gggeek Date: Sat, 7 Jan 2023 17:38:51 +0000 (+0000) Subject: fix cd workflow X-Git-Tag: 4.9.4~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4748ae64daf623133b89c20bd2864f5a892d1727;p=plcapi.git fix cd workflow --- diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index afa998b9..03dcc7e5 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -102,7 +102,7 @@ jobs: # q: should we filter out alpha/beta releases? - name: upload lib to gggeek.altervista.org - src if: ${{ github.ref_type == 'tag' && startsWith('4.', github.ref_name) }} - uses: SamKirkland/FTP-Deploy-Action@4.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.gggeek.altervista.org username: ${{ secrets.ftp_gggeek_altervista_org_user }} @@ -113,7 +113,7 @@ jobs: dangerous-clean-slate: true - name: upload lib to gggeek.altervista.org - demo if: ${{ github.ref_type == 'tag' && startsWith('4.', github.ref_name) }} - uses: SamKirkland/FTP-Deploy-Action@4.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.gggeek.altervista.org username: ${{ secrets.ftp_gggeek_altervista_org_user }} @@ -124,7 +124,7 @@ jobs: dangerous-clean-slate: true - name: upload lib to gggeek.altervista.org - debugger if: ${{ github.ref_type == 'tag' && startsWith('4.', github.ref_name) }} - uses: SamKirkland/FTP-Deploy-Action@4.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ftp.gggeek.altervista.org username: ${{ secrets.ftp_gggeek_altervista_org_user }}