Skip to content

Commit

Permalink
fix distro metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Nov 27, 2024
1 parent 4787d81 commit 45630c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Define the new links
new_link1 = "https://github.com/t2linux/T2-Ubuntu/releases/download/v${{ env.isotag }}/kubuntu-24.10-${{ env.kver }}-t2-oracular.iso.00"
new_link2 = "https://github.com/t2linux/T2-Ubuntu/releases/download/v${{ env.isotag }}/kubuntu-24.10-${{ env.kver }}-t2-oracular.iso.01"
new_link3 = "https://github.com/t2linux/T2-Ubuntu/releases/download/v${{ env.isotag }}/kubuntu-24.10-${{ env.kver }}-t2-oracular.iso.03"
new_link3 = "https://github.com/t2linux/T2-Ubuntu/releases/download/v${{ env.isotag }}/kubuntu-24.10-${{ env.kver }}-t2-oracular.iso.02"
# Load the JSON file
with open('distro-metadata.json', 'r') as file:
data = json.load(file)
Expand Down

0 comments on commit 45630c8

Please sign in to comment.