22
All checks were successful
Deploy Release / PullDocker (push) Successful in 5s
Deploy Release / Build (push) Successful in 6s

22
This commit is contained in:
amass 2024-07-02 00:34:50 +08:00
parent 732e44191c
commit 61c834bc8a

View File

@ -26,11 +26,11 @@ jobs:
- run: cmake -S . -B build
- run: cmake --build build --target all
- run: build/Bilby
- run: resources/build.sh
- run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with:
body_path: CHANGELOG.txt
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: |-
build/Bilby