mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
move release script
Putting it in the top level can cause confusion. Resolves #69
This commit is contained in:
parent
42262ef4ed
commit
2359127167
3 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: build
|
||||
run: bash release.sh
|
||||
run: bash .github/workflows/release.sh
|
||||
- name: upload release asset x86_64
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue