Skip to content

Commit c0caed8

Browse files
fix build
1 parent 63cc8fd commit c0caed8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linutil.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ jobs:
4343
run: |
4444
mv build/x86_64-unknown-linux-musl/release/linutil build/linutil
4545
mv build/aarch64-unknown-linux-musl/release/linutil build/linutil-aarch64
46+
- name: Fetch latest changes
47+
run: |
48+
git fetch origin main
49+
git reset --hard origin/main
4650
- uses: stefanzweifel/git-auto-commit-action@v5
4751
with:
4852
commit_message: Commit Linutil
4953
file_pattern: "build/linutil build/linutil-aarch64"
50-
if: success()
54+
if: success()

0 commit comments

Comments
 (0)