diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28d2f71..4581150 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: desc: 'test package' - run: | pwd - find . + find ../../.. -not -type d docker run --rm -v $PWD:/work -t team-fuho/tfh-rpm-action:latest bash -c 'rpm -Uvh /work/*.rpm && testbin' test-github-refs-version: diff --git a/entrypoint.sh b/entrypoint.sh index a4f91f0..33af8e5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -63,4 +63,5 @@ done set -e +pwd echo "file_name=$RPM_FILE" >> "${GITHUB_OUTPUT}"