mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-31 10:05:48 +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
0
release.sh → .github/workflows/release.sh
vendored
0
release.sh → .github/workflows/release.sh
vendored
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:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate"
|
|||
readme = "README.md"
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
exclude = ["/tools", "/.github", "/release.sh", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"]
|
||||
exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"]
|
||||
|
||||
[dependencies]
|
||||
configparser = "2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue