From fc0b02953d4f1e552ee251b0d41e8b681899ca48 Mon Sep 17 00:00:00 2001 From: Daniel Jeffery Date: Fri, 4 Aug 2023 13:27:26 -0700 Subject: [PATCH] chore: adding needed path --- .github/workflows/upload-artifact.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-artifact.yaml b/.github/workflows/upload-artifact.yaml index beb4ecf..0d1c52f 100644 --- a/.github/workflows/upload-artifact.yaml +++ b/.github/workflows/upload-artifact.yaml @@ -4,7 +4,7 @@ on: name: Upload VSIX jobs: - dryrun-publish: + upload-vsix: runs-on: ubuntu-latest steps: - name: Checkout @@ -26,4 +26,5 @@ jobs: - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2 with: name: openfga-latest.vsix + path: ./ if-no-files-found: error \ No newline at end of file