readme changes
This commit is contained in:
parent
30b4182771
commit
c19a287fe2
2 changed files with 7 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -5,6 +5,7 @@ on: push
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -14,6 +15,5 @@ jobs:
|
|||
run: ./build.sh
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: build/crafter-build
|
||||
Loading…
Add table
Add a link
Reference in a new issue