Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
-not -path './.github/*' \
-not -name '*.sha256' \
-not -name 'update.Json' \
-not -name 'README.md' \
-not -name 'changelog.md' \
-type f | while read -r f; do
sha256sum "$f" | awk '{print $1}' > "${f}.sha256"
done
Expand All @@ -53,6 +55,7 @@ jobs:
-x '.github/**/*' \
-x 'update.Json' \
-x 'README.md' \
-x 'changelog.md' \
-x '*.zip'
echo "zipname=$ZIPNAME" >> $GITHUB_OUTPUT

Expand Down Expand Up @@ -81,4 +84,4 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git add module.prop update.Json
git commit -m "chore: release ${{ steps.ver.outputs.tag }} [skip ci]"
git push
git push