Skip to content

Commit 9b50aa1

Browse files
committed
ci: Fix gh release upload in Fedora container (add --repo)
1 parent 7e95727 commit 9b50aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
run: |
5858
dnf install -y gh
5959
gh release upload "${{ needs.create-release.outputs.tag }}" \
60-
rpmbuild/RPMS/noarch/*.rpm
60+
rpmbuild/RPMS/noarch/*.rpm \
61+
--repo "${{ github.repository }}"
6162
6263
build-deb:
6364
needs: create-release

0 commit comments

Comments
 (0)