Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 4be86d5

Browse files
committed
fix packaging
1 parent 5459954 commit 4be86d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
runs-on: ubuntu-latest
3434
needs: Build
3535
steps:
36+
- uses: actions/checkout@v4
37+
3638
- name: download
3739
uses: actions/download-artifact@v4
3840
with:

0 commit comments

Comments
 (0)