Skip to content

Commit

Permalink
fix pex publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Feb 21, 2022
1 parent 5825eed commit 61783db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
autofaiss3.6.pex
autofaiss3.8.pex
autofaiss-3.6.pex
autofaiss-3.8.pex
tag_name: ${{ steps.regex-match.outputs.group1 }}
- name: Build and publish
if: ${{ steps.regex-match.outputs.match != '' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 61783db

Please sign in to comment.