add ci.
Some checks failed
Windows CI / build (push) Failing after 20s

This commit is contained in:
amass 2024-10-02 16:38:36 +08:00
parent edfc2a4e82
commit a6fbdc24e9

View File

@ -11,16 +11,8 @@ jobs:
run: |
resources/build.ps1 build
resources/build.ps1 deploy
- name: Generate Changelog
run: |
current_tag=$(git describe --tags --abbrev=0)
previous_tag=$(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))
echo "Commits from ${previous_tag} to ${current_tag}:"
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%B" | nl -w2 -s". "
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%B" | nl -w2 -s". " > ${{ github.workspace }}-CHANGELOG.txt
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: |-
build/SmartLockerTools.zip