Skip to content

Commit

Permalink
fixup! WorkFlows: Pack and Send repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Mar 18, 2024
1 parent 466a22d commit 452f54f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Install West
run: pip install west

- name: West Update
run: west update
- name: Initialize West Workspace
run: |
west init -l .
west update
- name: Zip repository
run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*"
Expand Down

0 comments on commit 452f54f

Please sign in to comment.