Skip to content

Commit 3ef0d61

Browse files
committed
Use sudo to move Pi CLI artifact to ensure proper permissions
1 parent 6c1b04c commit 3ef0d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Rename Pi CLI artifact
123123
run: |
124124
mkdir -p artifacts
125-
mv dist/fiscalberry-cli artifacts/fiscalberry-cli-pi-arm64
125+
sudo mv dist/fiscalberry-cli artifacts/fiscalberry-cli-pi-arm64
126126
127127
- name: Upload Pi CLI executable artifact
128128
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)