From e53346add2d55db0bee36af0636b66fbe14766df Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:22:22 -0700 Subject: [PATCH] Fixed the path for the upload artifacts. --- .github/workflows/actions-migration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-migration.yml b/.github/workflows/actions-migration.yml index e071419e98..2a1a281227 100644 --- a/.github/workflows/actions-migration.yml +++ b/.github/workflows/actions-migration.yml @@ -172,8 +172,8 @@ jobs: with: name: content-pack-build path: | - security-content/content-pack-build-escu.tar.gz - security-content/content-pack-build-saaws.tar.gz + content-pack-build-escu.tar.gz + content-pack-build-saaws.tar.gz # build-package: # runs-on: ubuntu-latest