Skip to content

Commit

Permalink
correct iq files
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 8, 2024
1 parent 0b3d97c commit e4b941e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/releaserk3566.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
fetch-depth: 0
- name: Build
run: |
ls -a
mkdir -p etc/iqfiles/
mv rockchip-iqfiles/* etc/iqfiles/
mv rockchip-iqfiles-rk356x/* etc/iqfiles/
mv etc rockchip-iqfiles/
ls -a
echo "testing"
ls -a rockchip-iqfiles/
sudo gem install fpm
fpm -a arm64 -s dir -t deb -n rockchip-iq-openhd-r3 -v 0.2 -C rockchip-iqfiles -p rockchip-iq-openhd-r3_VERSION_ARCH.deb
fpm -a arm64 -s dir -t deb -n rockchip-iq-openhd-r3 -v 0.3 -C rockchip-iqfiles -p rockchip-iq-openhd-r3_VERSION_ARCH.deb
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e4b941e

Please sign in to comment.