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
7
.github/workflows/zenodo.yml
vendored
7
.github/workflows/zenodo.yml
vendored
|
@ -16,9 +16,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Run Zenodo uploader
|
- name: Run Zenodo uploader
|
||||||
|
working-directory: ./scripts
|
||||||
env:
|
env:
|
||||||
ZENODO: ${{ secrets.ZENODO }}
|
ZENODO: ${{ secrets.ZENODO }}
|
||||||
run: |
|
run: bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||||
cd scripts
|
|
||||||
bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue