22
22
This commit is contained in:
parent
732e44191c
commit
61c834bc8a
@ -26,11 +26,11 @@ jobs:
|
|||||||
- run: cmake -S . -B build
|
- run: cmake -S . -B build
|
||||||
- run: cmake --build build --target all
|
- run: cmake --build build --target all
|
||||||
- run: build/Bilby
|
- run: build/Bilby
|
||||||
- run: resources/build.sh
|
- run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt
|
||||||
- name: Upload Gitea Release
|
- name: Upload Gitea Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
body_path: CHANGELOG.txt
|
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||||
files: |-
|
files: |-
|
||||||
build/Bilby
|
build/Bilby
|
||||||
|
|
Loading…
Reference in New Issue
Block a user