Update zenodo.yml

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

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Run Zenodo uploader - name: Run Zenodo uploader
working-directory: ./scripts working-directory: scripts
env: env:
ZENODO: ${{ secrets.ZENODO }} ZENODO: ${{ secrets.ZENODO }}
run: bash run.sh ${{ inputs.name }} ${{ inputs.path }} run: bash run.sh ${{ inputs.name }} ${{ inputs.path }}