Skip to content

Commit

Permalink
CI/CD: move lib to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 12bd13f commit d2c4856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Build Ubuntu package
run: |
mkdir -p ./debian/usr
mkdir -p ./debian/usr/lib
mkdir -p ./debian/usr/bin
mkdir -p ./debian/usr/share
mkdir -p ./debian/usr/share/application
mkdir -p ./debian/usr/share/applications
mkdir -p ./debian/usr/share/pixmaps
cp ./target/release/reset ./debian/usr/bin/.
cp ./reset.desktop ./debian/share/applications/.
Expand Down

0 comments on commit d2c4856

Please sign in to comment.