Use proper working directory syntax in zenodo.yml
This commit is contained in:
parent
bb354e4691
commit
6fa78192f7
1 changed files with 3 additions and 4 deletions
5
.github/workflows/zenodo.yml
vendored
5
.github/workflows/zenodo.yml
vendored
|
@ -16,9 +16,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run Zenodo uploader
|
||||
working-directory: ./scripts
|
||||
env:
|
||||
ZENODO: ${{ secrets.ZENODO }}
|
||||
run: |
|
||||
cd scripts
|
||||
bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||
run: bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue