Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 9, 2024
1 parent 1d80bcf commit 7bda96e
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 @@ -15,8 +15,8 @@ jobs:
- name: Build
run: |
sudo gem install fpm
mkdir -p /arducam/opt/cams
cp -r * /arducam/opt/cams/
sudo mkdir -p /arducam/opt/cams
sudo cp -r * /arducam/opt/cams/
VERSION="0.2-$(date -d '+1 hour' +'%m-%d-%Y--%H-%M-%S')"
fpm -a arm64 -s dir -t deb -n arducam-camera -v "$VERSION" -C /arducam -p openhd_rock5cams_VERSION_ARCH.deb
Expand Down

0 comments on commit 7bda96e

Please sign in to comment.