File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,18 @@ jobs:
5959 path : ${{ github.workspace }}/output/${{ matrix.target.image }}-25.10-${{ env.kver }}-t2-questing.iso
6060 archive : false
6161
62- - name : Remove unsplit ISO
62+ - name : Remove unsplit ISO and get instructions.txt
6363 run : |
6464 sudo rm ${{ github.workspace }}/output/*.iso
65+ cd ${{ github.workspace }}
66+ wget https://raw.githubusercontent.com/t2linux/T2-Ubuntu/refs/heads/LTS/.github/workflows/instructions.txt
6567 - name : Release
6668 if : github.ref == 'refs/heads/mainline'
6769 uses : softprops/action-gh-release@v2
6870 with :
6971 files : ${{ github.workspace }}/output/*
7072 tag_name : v${{ env.isotag }}
71- # body_path: ${{ github.workspace }}/.github/workflows /instructions.txt
73+ body_path : ${{ github.workspace }}/instructions.txt
7274 draft : false
7375 prerelease : false
7476 env :
You can’t perform that action at this time.
0 commit comments