Skip to content

Commit

Permalink
Fixed CI step wording
Browse files Browse the repository at this point in the history
- 2x `artifacts`, yuck
  • Loading branch information
daniellockyer committed Apr 13, 2022
1 parent 7f744a1 commit bc978c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Package prebuilt binaries
run: yarn node-pre-gyp package

- name: Upload build artifacts to commit artifacts
- name: Upload binaries to commit artifacts
uses: actions/upload-artifact@v3
if: matrix.node == 16
with:
Expand Down

0 comments on commit bc978c7

Please sign in to comment.