Skip to content

Commit

Permalink
workflows: fix copying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent 6d06d60 commit 3cd6124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
cp packaging/deb/0001-deb-fix-build-by-using-rustup.patch ~/rpmbuild/SOURCES/umu-launcher
cp -r . ~/rpmbuild/SOURCES/umu-launcher
cp packaging/deb/0001-deb-fix-build-by-using-rustup.patch ~/rpmbuild/SOURCES/umu-launcher
rpmbuild -ba packaging/rpm/umu-launcher.spec
- name: Fedora-40
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
./configure.sh --prefix=/usr
make
mkdir -p ~/rpmbuild/SOURCES
cp packaging/deb/0001-deb-fix-build-by-using-rustup.patch ~/rpmbuild/SOURCES/umu-launcher
cp -r . ~/rpmbuild/SOURCES/umu-launcher
cp packaging/deb/0001-deb-fix-build-by-using-rustup.patch ~/rpmbuild/SOURCES/umu-launcher
rpmbuild -ba packaging/rpm/umu-launcher.spec
- name: Fedora-41
Expand Down

0 comments on commit 3cd6124

Please sign in to comment.