Skip to content

Commit

Permalink
Fixed uploading binaries to commit artifacts
Browse files Browse the repository at this point in the history
refs 7f744a1

- the packaged binaries path changed locally so the binaries weren't
  getting uploaded
  • Loading branch information
daniellockyer committed Apr 13, 2022
1 parent bc978c7 commit a21d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.node == 16
with:
name: prebuilt-binaries
path: build/stage/sqlite3/*/*
path: build/stage/*/*
retention-days: 7

- name: Upload binaries to GitHub Release
Expand Down

0 comments on commit a21d41f

Please sign in to comment.