move release script

Putting it in the top level can cause confusion.
Resolves #69
This commit is contained in:
Johann150 2021-08-27 15:14:27 +02:00
parent 42262ef4ed
commit 2359127167
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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"