ci: add --fail-with-body

This commit is contained in:
2026-02-14 22:17:36 +01:00
parent 568dd00554
commit 784cef2c74
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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