working-directory doesn't work with upload artifact action...

This commit is contained in:
sappho 2024-04-20 17:12:56 -04:00 committed by GitHub
parent 3f586f0ff9
commit 7c3f42a2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,9 +169,8 @@ jobs:
with: with:
# Artifact name # Artifact name
# name: # optional, default is artifact # name: # optional, default is artifact
working-directory: extension/build/package
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
path: ${{ env.ZIP_FILENAME }} path: extension/build/package/${{ env.ZIP_FILENAME }}
# The desired behavior if no files are found using the provided path. # The desired behavior if no files are found using the provided path.
if-no-files-found: error if-no-files-found: error
# Duration after which artifact will expire in days. 0 means using default retention. # Duration after which artifact will expire in days. 0 means using default retention.