Skip to content

Commit

Permalink
ci/pkg: some further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Mar 21, 2022
1 parent 56bdefd commit d557d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ jobs:
dnf -y install @development-tools @rpm-development-tools
dnf -y install copr-cli make
- name: Submit the build by uploading the source RPM
run: copr build wslutilities/wslu COPRRPMs/*.src.rpm
run: copr-cli build wslutilities/wslu COPRRPMs/*.src.rpm
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: Vampire/setup-wsl@v1
- uses: Vampire/setup-wsl@v1.2.0
with:
distribution: Ubuntu-20.04
update: 'true'
Expand Down
1 change: 1 addition & 0 deletions extras/build/rpm/obs/wslu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/wstart
%{_bindir}/wslstart
%{_bindir}/wslact
%{_bindir}/wslgsu
%{_bindir}/wslvar
/usr/share/wslu/
%doc /usr/share/man/
Expand Down

0 comments on commit d557d3f

Please sign in to comment.