This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
update workflow
next_step
Luigi Cruz
3 years ago
parent
10d4a61aac
commit
c996836329
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/validate.yml
+ 2
- 1
.github/workflows/validate.yml
View File
@@ -25,7 +25,8 @@ jobs:
id: builder
working-directory: ${{ env.working-directory }}
run: |
bash build-docker.sh
make build
make run arch=arm64
echo ::set-output name=filename::$(ls deploy/*.img.xz | xargs -n 1 basename)
- name: Fix Permissions
id: fix_perm_filename
Write
Preview
Loading…
Cancel
Save