This commit is contained in:
parent
d088f7f543
commit
4345788e8b
@ -9,9 +9,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: cmake --build build --target all
|
- run: cmake -S . -B build --target all
|
||||||
- run: build/Bilby
|
- run: build/Bilby
|
||||||
- name: Send success notification
|
- name: Notify
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
echo "仓库名: ${{ github.repository }}" >> notify.tpl
|
echo "仓库名: ${{ github.repository }}" >> notify.tpl
|
||||||
|
Loading…
Reference in New Issue
Block a user