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 @@ -44,17 +44,19 @@ jobs:
4444 path : ${{ github.workspace }}/output/kubuntu-24.04-${{ env.kver }}-t2-noble.iso
4545 archive : false
4646
47- - name : Remove unsplit ISO
47+ - name : Remove unsplit ISO and get instructions.txt
4848 run : |
4949 sudo rm ${{ github.workspace }}/output/*.iso
50+ cd ${{ github.workspace }}
51+ wget https://raw.githubusercontent.com/t2linux/T2-Ubuntu/refs/heads/LTS/.github/workflows/instructions.txt
5052
5153 - name : Release
5254 if : github.ref == 'refs/heads/flavourLTS'
5355 uses : softprops/action-gh-release@v2
5456 with :
5557 files : ${{ github.workspace }}/output/*
5658 tag_name : v${{ env.isotag }}
57- # body_path: ${{ github.workspace }}/.github/workflows/ instructions.txt
59+ # body_path: ${{ github.workspace }}/instructions.txt
5860 draft : false
5961 prerelease : false
6062 env :
You can’t perform that action at this time.
0 commit comments