Skip to content

Commit

Permalink
Use LFS while bundling ZIP files.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreprocess committed May 10, 2021
1 parent 7a97660 commit 46fabaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- run: sed -i -E "s/^__version__\s*=\s*.+$/__version__ = '$(cat .version | tr -d '[:space:]')'/" bip/t3dn_bip/__init__.py

- name: Create ZIP files
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5

0 comments on commit 46fabaf

Please sign in to comment.