Skip to content

Commit

Permalink
Fix tar transform
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 committed Nov 10, 2024
1 parent db20ade commit 314c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Create RPM
run: |
cp -r install/linux/rpm/rpmbuild ~/
tar -czvf ~/rpmbuild/SOURCES/SerialLoops-$SLVersion.tar.gz --transform 's,^\.\/,SerialLoops-$SLVersion/,' .
tar -czvf ~/rpmbuild/SOURCES/SerialLoops-$SLVersion.tar.gz --transform "s,^\.\/,SerialLoops-$SLVersion/," .
sed -i "s/#VERSION#/$SLVersion/g" ~/rpmbuild/SPECS/SerialLoops.spec
dnf install -y rpmdevtools rpmlint dotnet-sdk-8.0
pushd ~
Expand Down

0 comments on commit 314c120

Please sign in to comment.