Skip to content

Commit

Permalink
clean up release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jan 31, 2024
1 parent 57429a6 commit 63b7bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 63b7bac

Please sign in to comment.