Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jul 1, 2024
1 parent e0ba25b commit c38984d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit c38984d

Please sign in to comment.