Skip to content

Commit

Permalink
fix 11
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent d91d076 commit 72683fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ done

set -e

pwd
echo "file_name=$RPM_FILE" >> "${GITHUB_OUTPUT}"

0 comments on commit 72683fe

Please sign in to comment.