Skip to content

Commit d25deff

Browse files
authored
Modify CI workflow to include instructions download
Updated CI workflow to remove unsplit ISO and download instructions.
1 parent 4f0d5c5 commit d25deff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)