Skip to content

Commit

Permalink
[ci] fix glob and order
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jan 4, 2021
1 parent ada5d8a commit c106364
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,16 @@ jobs:
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
- run: |
rm -r python-wheel
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: v${{ github.event.release.tag_name }}
branch: master
- name: Upload release binaries
uses: alexellis/upload-assets@0.2.2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./storage/"]'
asset_paths: '["./storage/*"]'
- run: |
rm -r python-wheel
rm -r storage
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: v${{ github.event.release.tag_name }}
branch: master
Binary file removed storage/de_rules.bin.gz
Binary file not shown.
Binary file removed storage/de_tokenizer.bin.gz
Binary file not shown.
Binary file removed storage/en_rules.bin.gz
Binary file not shown.
Binary file removed storage/en_tokenizer.bin.gz
Binary file not shown.

0 comments on commit c106364

Please sign in to comment.