This commit is contained in:
parent
ae0db4e92c
commit
b18544227c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.PACKAGE_PUSH_KEY }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.PACKAGE_PUSH_KEY }} \
|
||||||
--upload-file $(find $HOME/rpmbuild/RPMS/$(rpm -E '%{_arch}')/ -type f) \
|
--upload-file $(find $HOME/rpmbuild/RPMS/$(rpm -E '%{_arch}')/ -type f) \
|
||||||
https://git.ws-essen.de/api/packages/testuser/rpm/upload
|
https://git.ws-essen.de/api/packages/${{ github.repository_owner }}/rpm/upload
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# - uses: https://code.forgejo.org/actions/upload-artifact@v3
|
# - uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue