From c38984deff65cf7df14687340db803a4c1859b9a Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 1 Jul 2024 15:13:32 -0700 Subject: [PATCH] . --- .github/workflows/extension.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 3dbd5c9..4be85d2 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -50,7 +50,6 @@ jobs: deploy-edge: needs: build runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') steps: - name: Restore cache build files @@ -140,7 +139,6 @@ jobs: deploy-chrome: needs: build runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') steps: - name: Restore cache build files @@ -178,6 +176,7 @@ jobs: deploy-github: needs: build runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') steps: - name: Restore cache build files uses: actions/cache@v4 @@ -194,7 +193,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: files: | - MFA_(Multi_Factor_Authentication_Assistant)-*-${{ env.VERSION }}.zip + **/MFA_(Multi_Factor_Authentication_Assistant)*.zip