Skip to content

Commit

Permalink
Testing zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga committed Feb 6, 2023
1 parent 3dcc528 commit 115c292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ jobs:
- name: Download distribution files
uses: actions/download-artifact@v3

- name: Install zip dependency
run: sudo apt update && sudo apt install zip -y

- name: Zip buildroot logs
run: zip -r Buildroot-logs.zip Buildroot-logs

- name: Run sha256 checksum on all files
run: |
cd distribution-files
Expand Down

0 comments on commit 115c292

Please sign in to comment.