Skip to content

Commit

Permalink
ci: checkout with sha
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Mar 27, 2024
1 parent 1950df8 commit e3dc824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
lfs: true

- uses: pnpm/action-setup@v3
Expand All @@ -37,5 +38,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Matecho
name: Matecho-${{ github.sha }}
path: Matecho

0 comments on commit e3dc824

Please sign in to comment.