Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
.github/workflows/release.yml: Fix path to srpm
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
  • Loading branch information
chenxiaolong committed Sep 19, 2022
1 parent be2c454 commit 6f0a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
cd "${project}/ipmi-fan-control"
find -mindepth 1 -maxdepth 1 -type f -delete
bsdtar -xf ../../rpm/*.src.rpm
bsdtar -xf ../../srpm/*.src.rpm
cp ../../pkgbuild/* .
cp ../../debian/!(*_source.*) .
Expand Down

0 comments on commit 6f0a92f

Please sign in to comment.