Compare commits

..

2 commits

Author SHA1 Message Date
c3776dfdd7 Update Changelog.md
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 2s
Build for Releases / push-build-x86_64 (push) Successful in 5s
Build for Releases / push-build-aarch64 (push) Successful in 25s
Build for Releases / push-build-x86_64_debian (push) Successful in 24s
Build for Releases / push-build-aarch64_debian (push) Successful in 1m39s
2024-06-23 12:16:40 +09:00
adce9ba9bc Fix action/workflow for building and releasing 2024-06-23 12:16:06 +09:00
2 changed files with 7 additions and 1 deletions

View file

@ -22,7 +22,7 @@ jobs:
-H "Authorization: token ${GITHUB_TOKEN}" \
-H 'Content-Type: application/json' \
-d "{
\"body\": \"SHA256SUMS\",
\"body\": \" SHA256SUMS\",
\"name\": \"break_interval version ${GITHUB_REF_NAME}\",
\"tag_name\": \"${GITHUB_REF_NAME}\" }" 2>/dev/null > "${THE_ACTION_WORKING_DIRECTORY}/release_${GITHUB_REF_NAME}_create.json"
fi

View file

@ -2,6 +2,12 @@
## Upcoming Changes
## Version 1.3.2
Updated action/workflow to build for Debian aarch64.
Minor fixes to action/workflow.
## Version 1.3.1
Updated action/workflow to build for Debian x86_64.