Skip to content

Commit

Permalink
Change upload specification
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber authored Mar 28, 2024
1 parent afb00f1 commit fc9e52e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/create_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ jobs:
uses: actions/[email protected]
with:
# Artifact name
name: Uploadable ZIP file # optional, default is artifact
name: for_deposit # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: for_deposit.zip
path: |
data/ICPSR_13568/
data/README.md
programs/*do
programs/*.dct
README.md
PDF_Proof.pdf
# The desired behavior if no files are found using the provided path.
# Available Options:
Expand Down

0 comments on commit fc9e52e

Please sign in to comment.