From 7bda96e7cf71dc6be5ee37d2a26917d14413ef40 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:58:22 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee9f47..59c660c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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