From 928ec924c051e05d876e82d5b001032a7e63b1b8 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 6 Sep 2022 19:50:37 +0000 Subject: [PATCH] Fixed download-artifact task --- .github/workflows/cd_pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd_pipeline.yaml b/.github/workflows/cd_pipeline.yaml index 6a09c45..aec5afb 100644 --- a/.github/workflows/cd_pipeline.yaml +++ b/.github/workflows/cd_pipeline.yaml @@ -49,6 +49,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: 'Build' + path: Build - name: Build Extension for Firefox id: web-ext-build @@ -92,6 +93,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: 'Build' + path: Build - name: Pack extension uses: TheDoctor0/zip-release@0.6.2 @@ -133,6 +135,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: 'Build' + path: Build - name: Pack extension uses: TheDoctor0/zip-release@0.6.2