last ditch effort to update path before i get out the pwd and tree
This commit is contained in:
parent
7c3f42a2ec
commit
56e2ca1748
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
|||||||
# Artifact name
|
# Artifact name
|
||||||
# name: # optional, default is artifact
|
# name: # optional, default is artifact
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: extension/build/package/${{ env.ZIP_FILENAME }}
|
path: ${{ github.workspace }}/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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user