Skip to content

Commit

Permalink
Change: action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchainw committed Mar 4, 2024
1 parent 448a0a9 commit 831d41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build DEB package
run: |
chmod -R 775 rockpi-penta/DEBIAN/
dpkg-deb --build -Z gzip rockpi-penta
- name: Upload DEB package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rockpi-penta.deb
path: rockpi-penta.deb

0 comments on commit 831d41c

Please sign in to comment.