Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
feat(build): use github.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Nov 4, 2022
1 parent 0e16e23 commit 638e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}.${{ matrix.node-version }}.${{ matrix.host }}.${{ github.sha }}
name: ${{ github.sha }}
path: |
${{ github.workspace }}/binaries/
Expand Down

0 comments on commit 638e589

Please sign in to comment.