Skip to content

Commit

Permalink
Fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 11, 2024
1 parent 79b1c9c commit 64ae2db
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create source tarball
run: tar -czvf src.tar.gz src
run: tar -czvf src.tar.gz src gameboy.pro
- name: Build package
uses: toltec-dev/build-action@v1
- name: Save packages
Expand Down
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build() {
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
qmake
make -j$(nproc)
INSTALL_ROOT="dist" make install
INSTALL_ROOT="${srcdir}/dist" make install
}

package() {
Expand Down

0 comments on commit 64ae2db

Please sign in to comment.