From 63b7baceb3d4991c8c7582a45bde85c4a39ae9a4 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 31 Jan 2024 12:29:09 -0800 Subject: [PATCH] clean up release creation --- .github/workflows/build.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dfbd7d..f0314df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: cp NEWS.md output/firmware-changelog.md - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firmware-build path: | @@ -52,7 +52,7 @@ jobs: echo "TAG=$TAG" >> $GITHUB_ENV - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/Makefile b/Makefile index 7a0e9c1..988f54d 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ delete-tag-and-gh-release: create-gh-release: gh release create -p \ - -t "Chrysalis Firmware Bundle $(make version)" \ + -t "Chrysalis Firmware Bundle $(EMBEDDED_VERSION)"\ -F ${OUTPUT_DIR}/release-notes.md \ ${TAG}