ci: add --fail-with-body
This commit is contained in:
@@ -13,6 +13,8 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
- name: Show tags
|
||||||
|
run: git tag --list
|
||||||
- name: Build tarball
|
- name: Build tarball
|
||||||
run: make tarball
|
run: make tarball
|
||||||
- name: Build rpm package
|
- name: Build rpm package
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -48,4 +48,4 @@ tarball: $(RPM_TARBALL_PATH)
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload:
|
upload:
|
||||||
curl --upload-file "$(RPM_BUILD_PATH)" https://git.netoik.io/api/packages/samuel/rpm/upload
|
curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" https://git.netoik.io/api/packages/samuel/rpm/upload
|
||||||
|
|||||||
Reference in New Issue
Block a user