fix: create GitHub Release before uploading artifacts
This commit is contained in:
parent
c147962da6
commit
66674fa549
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -53,6 +53,8 @@ jobs:
|
|||
run: |
|
||||
VERSION="${GITHUB_REF_NAME#v}"
|
||||
PKG_DIR="${DL_DIR}/breadpad/${VERSION}"
|
||||
gh release create "${GITHUB_REF_NAME}" \
|
||||
--title "breadpad v${VERSION}" --generate-notes 2>/dev/null || true
|
||||
gh release upload "${GITHUB_REF_NAME}" \
|
||||
"${PKG_DIR}/breadpad-x86_64" \
|
||||
"${PKG_DIR}/breadman-x86_64" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue