From 57f8c1a5b28f09ea6831dcc84cd60fe26ce72b54 Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Sat, 4 Jun 2022 18:21:35 -0700 Subject: [PATCH] Set tag name and add m5sum to release --- .github/workflows/build-jammy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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