Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jun 3, 2024
1 parent 156e415 commit 7fa5190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
with:
fetch-depth: 0

- name: Download artefacts
uses: actions/download-artifact@main
with:
pattern: gollama-*.zip
path: .

# Publish
- name: Create a GitHub release
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1
Expand Down

0 comments on commit 7fa5190

Please sign in to comment.