Skip to content

Commit

Permalink
fix .github/workflows/to-vector-store.yml 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Mar 5, 2024
1 parent 3a1c6bd commit 1562356
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/to-vector-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
to-vector-store:
name: to-vector-store
runs-on: ubuntu-latest
permissions:
contents: write

steps:

- name: Git checkout
Expand Down Expand Up @@ -37,7 +40,7 @@ jobs:
run: |
zip -r hep-help-db.zip hep-help-db
- name: Upload as release file
- name: Upload as release asset
if: github.event_name == 'release' && github.event.action == 'published'
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1562356

Please sign in to comment.