From 08241ce8bb7672c21ba3085e34fa4d9b51636d90 Mon Sep 17 00:00:00 2001 From: KyroVibe Date: Tue, 19 Mar 2024 00:57:00 -0600 Subject: [PATCH] Fixed another path --- .github/workflows/FissionPackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FissionPackage.yml b/.github/workflows/FissionPackage.yml index 6126927eed..e9ae03f983 100644 --- a/.github/workflows/FissionPackage.yml +++ b/.github/workflows/FissionPackage.yml @@ -41,4 +41,4 @@ jobs: id: upload-artifact with: name: "${{ steps.info.outputs.name }}@${{ steps.info.outputs.version }} [$(date +'%Y-%m-%dT%H:%M:%S')]" - path: "dist" \ No newline at end of file + path: fission/dist/ \ No newline at end of file