Skip to content

Commit

Permalink
Fixed uploading prebuilt binaries from Docker
Browse files Browse the repository at this point in the history
- the path here was incorrect
  • Loading branch information
daniellockyer committed Dec 24, 2023
1 parent aabd297 commit 5809f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -158,7 +158,7 @@ jobs:
if: matrix.node == 18
with:
name: prebuilt-binaries
path: build/stage/*/*
path: prebuilds/*
retention-days: 7

- name: Upload binaries to GitHub Release
Expand Down

0 comments on commit 5809f62

Please sign in to comment.