Skip to content

Commit

Permalink
Merge branch 'main' of github.com:senisioi/rolegal
Browse files Browse the repository at this point in the history
  • Loading branch information
senisioi committed Sep 16, 2023
2 parents cea552e + 67527d3 commit 03fd4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
cd ro_legal_fl && \
python3 -m spacy project run wheel && \
tar -cvf ro_legal_fl/packages/package.tar.gz ro_legal_fl/packages/ro_legal_fl-*
tar -cvf packages/package.tar.gz packages/ro_legal_fl-*
- name: Upload wheel
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
cd ro_legal_fl && \
python3 -m spacy project run wheel && \
tar -cvf ro_legal_fl/packages/package.tar.gz ro_legal_fl/packages/ro_legal_fl-*
tar -cvf packages/package.tar.gz packages/ro_legal_fl-*
- name: Upload wheel
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 03fd4e8

Please sign in to comment.