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