Browse Source

update workflow

next_step
Luigi Cruz 3 years ago
parent
commit
c996836329
1 changed files with 2 additions and 1 deletions
  1. +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


Loading…
Cancel
Save