mirror of https://github.com/nucypher/nucypher.git
Make release note entry check path absolute.
parent
4c7b8d1f55
commit
8ca3a5d84c
|
@ -14,4 +14,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
test -f './newsfragments/${{ github.event.number }}.*'
|
||||
test -f '${{ github.workspace }}/newsfragments/${{ github.event.number }}.*'
|
||||
|
|
Loading…
Reference in New Issue