Skip to content

Commit

Permalink
fix upload assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ewfian committed Jun 15, 2023
1 parent 986c3ce commit 342cf5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release_alpine_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
run: docker run --rm faiss-build-alpine
- name: Build Release
run: docker run --rm faiss-build-alpine run prebuild-package -- --all
- name: inspect
run: ls prebuilds && pwd
- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
draft: true
fail_on_unmatched_files: true
files: prebuilds/*
files: prebuilds/*.tar.gz

0 comments on commit 342cf5d

Please sign in to comment.