Skip to content

Commit

Permalink
🚧 Archive ecell4_base with submodules on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0ncorhynchus authored and kozo2 committed Dec 26, 2019
1 parent 0b1f3f6 commit bcd11df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
working-directory: ./ecell4_base
- name: Archive codes into ecell4_base.tar.gz
run: |
tar -zcvf ecell4_base.tar.gz -X ecell4_base/exclude_files ecell4_base
- name: Test the archive is ok
run: |
ls -lh ecell4_base.tar.gz

0 comments on commit bcd11df

Please sign in to comment.