We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9966022 commit f585fedCopy full SHA for f585fed
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload release assets
49
if: ${{ steps.release.outputs.release_created }}
50
- run: gh release upload "$RELEASE_TAG" singleheader/*
+ run: gh release upload "$RELEASE_TAG" singleheader/singleheader.zip singleheader/merve.h singleheader/merve.cpp singleheader/merve_c.h
51
env:
52
GH_TOKEN: ${{ github.token }}
53
RELEASE_TAG: ${{ steps.release.outputs.tag_name }}
@@ -87,7 +87,7 @@ jobs:
87
if git diff --cached --quiet; then
88
echo "rust/deps is up to date"
89
else
90
- git commit -m "chore: update rust/deps vendored sources"
+ git commit -m "chore: update rust/deps vendored sources [skip ci]"
91
git push
92
fi
93
0 commit comments