diff --git a/.github/workflows/build-jammy.yml b/.github/workflows/build-jammy.yml index 8bdc0a5a..1ee2e6f0 100644 --- a/.github/workflows/build-jammy.yml +++ b/.github/workflows/build-jammy.yml @@ -24,4 +24,7 @@ jobs: - uses: softprops/action-gh-release@v1 with: name: Ubuntu 22.04 (Jammy) Build - files: scripts/ubuntu-from-scratch.iso \ No newline at end of file + tag_name: ubuntu-jammy-latest + files: | + scripts/ubuntu-from-scratch.iso + scripts/image/md5sum.txt \ No newline at end of file