Skip to content

Commit

Permalink
Update core.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 白いねこ  <[email protected]>
  • Loading branch information
shiroinekotfs authored Nov 23, 2024
1 parent 7a58877 commit f188ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
rm mingw-w64-dlfcn-1.4.1-1.src.tar.zst
rm .gitignore
rm -rf .github/workflows/*.yml
rm .gitignore || true
rm -rf .github/workflows/*.yml || true
git add .
git commit -m "GNU Windows extension extractor for GitHub Actions"
git push

0 comments on commit f188ede

Please sign in to comment.