From 7c3f42a2ec6de7686453d265547e93fbb43f001e Mon Sep 17 00:00:00 2001 From: sappho Date: Sat, 20 Apr 2024 17:12:56 -0400 Subject: [PATCH] working-directory doesn't work with upload artifact action... --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 940ca16..ecbe05d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,9 +169,8 @@ jobs: with: # Artifact name # name: # optional, default is artifact - working-directory: extension/build/package # 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. if-no-files-found: error # Duration after which artifact will expire in days. 0 means using default retention.