Use proper working directory syntax in zenodo.yml

This commit is contained in:
Ananth Venkatesh 2024-02-15 14:15:38 -08:00 committed by GitHub
parent bb354e4691
commit 6fa78192f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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