From 56e2ca17487dae65bd9ffd2c01b9a374f29acd36 Mon Sep 17 00:00:00 2001 From: sappho Date: Sat, 20 Apr 2024 17:18:01 -0400 Subject: [PATCH] last ditch effort to update `path` before i get out the `pwd` and `tree` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecbe05d..d499d46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,14 +163,14 @@ jobs: exit ${HTTP_CODE} fi echo "Upload successful!" - + - name: Upload a Build Artifact uses: actions/upload-artifact@v4.3.2 with: # Artifact name # name: # optional, default is artifact # 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. if-no-files-found: error # Duration after which artifact will expire in days. 0 means using default retention.