Skip to content

Commit

Permalink
COE-1021: add zip source code step in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Nhat Pham committed May 25, 2023
1 parent a302dad commit d7500b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
path: 'repo'

- name: Zip the source-code
run: |
cd repo/simulators
zip -r source-code.zip .
- name: Zip files for release
run: |
cd repo/simulators
Expand Down

0 comments on commit d7500b7

Please sign in to comment.