ci: upload offline tarball

This commit is contained in:
Kevin Yue
2025-01-21 21:11:03 +08:00
parent 6e603c84b3
commit b99053718a
3 changed files with 52 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ release_tag() {
gh -R "$REPO" release create $TAG \
--title "$TAG" \
--notes "$RELEASE_NOTES" \
"$PROJECT_DIR"/.build/artifacts/artifact-source/* \
"$PROJECT_DIR"/.build/artifacts/artifact-source*/* \
"$PROJECT_DIR"/.build/artifacts/artifact-gpgui-*/*
}