Fixes reprepro path in check-repo-release.
parent
52c408ce34
commit
e2e7bf8b17
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Check Repo Release
|
||||
id: check-repo-release
|
||||
run: |
|
||||
indexed=$(reprepro --list-format '${version}\n' listmatched unstable innernet)
|
||||
indexed=$(reprepro -b debian --list-format '${version}\n' listmatched unstable innernet)
|
||||
if [ "x$indexed" = "x${{ steps.check-latest-release.outputs.innernet_release }}" ]; then
|
||||
echo "new_release_exists=false" >>"$GITHUB_OUTPUT"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue