Skip to content

Commit

Permalink
ci: add short sha to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 19, 2023
1 parent 867acca commit 8d52836
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: benjlevesque/[email protected]
id: short-sha

- name: Install dependencies
run: |
sudo snap install zig --classic --beta
Expand All @@ -41,5 +44,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: alist
name: alist_${{ env.SHA }}
path: dist

0 comments on commit 8d52836

Please sign in to comment.