Skip to content

Commit 0302308

Browse files
Update build-alpine-netboot-image-zfs.yml
1 parent 53f82ab commit 0302308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-alpine-netboot-image-zfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: scp netboot image to boot server
2828
run: |
29-
scp -o StrictHostKeyChecking=no iso/boot/alpine-zfsnetboot-*.tar.gz ${{ secrets.BOOT_SERVER_SSH_USERNAME }}@${{ secrets.BOOT_SERVER_IP_ADDRESS }}:${{ secrets.BOOT_SERVER_IMG_DEST_DIR }}
29+
scp -o StrictHostKeyChecking=no iso/boot/alpine-zfsnetboot.tar.gz ${{ secrets.BOOT_SERVER_SSH_USERNAME }}@${{ secrets.BOOT_SERVER_IP_ADDRESS }}:${{ secrets.BOOT_SERVER_IMG_DEST_DIR }}
3030
3131
- name: Publish alpine netboot image artifact
3232
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)