Skip to content

Commit 9f423ac

Browse files
committed
Update build.yml
1 parent a4e81f7 commit 9f423ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v2
10+
- name: Fix permission
11+
run: sudo chown -R root:root ./dpkg
1012
- name: Build dpkg
1113
run: dpkg-deb --build ./dpkg
1214
- name: Upload dpkg
1315
uses: actions/upload-artifact@v2
1416
with:
15-
name: ${{ matrix.BOARD }}-${{ matrix.MODEL }}
17+
name: dpkg
1618
path: ./dpkg.deb

0 commit comments

Comments
 (0)