5050 strip_components : 2
5151 target : " /srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}"
5252 - name : Import artifactsinto reprepro
53- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
53+ uses : appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
5454 with :
5555 host : " ${{ secrets.REPO_HOST }}"
5656 username : " ${{ secrets.REPO_USER }}"
6363 sudo reprepro --waitforlock 30 --basedir /srv/ubuntu --component ${COMPONENT} includedeb ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}/*.deb || exit 1
6464 sudo reprepro --waitforlock 30 --basedir /srv/ubuntu --component ${COMPONENT} includedsc ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/ubuntu/${{ matrix.tag }}/*.dsc || exit 1
6565 - name : Move artifacts into repository
66- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
66+ uses : appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
6767 with :
6868 host : " ${{ secrets.REPO_HOST }}"
6969 username : " ${{ secrets.REPO_USER }}"
@@ -123,7 +123,7 @@ jobs:
123123 strip_components : 2
124124 target : " /srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}"
125125 - name : Import artifactsinto reprepro
126- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
126+ uses : appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
127127 with :
128128 host : " ${{ secrets.REPO_HOST }}"
129129 username : " ${{ secrets.REPO_USER }}"
@@ -136,7 +136,7 @@ jobs:
136136 sudo reprepro --waitforlock 30 --basedir /srv/debian --component ${COMPONENT} includedeb ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}/*.deb || exit 1
137137 sudo reprepro --waitforlock 30 --basedir /srv/debian --component ${COMPONENT} includedsc ${{ matrix.tag }} /srv/incoming/client/jellyfin-desktop/debian/${{ matrix.tag }}/*.dsc || exit 1
138138 - name : Move artifacts into repository
139- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
139+ uses : appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
140140 with :
141141 host : " ${{ secrets.REPO_HOST }}"
142142 username : " ${{ secrets.REPO_USER }}"
0 commit comments