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 8654167 commit 1fa1e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*-${{ env.VERSION }}.zip
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build
fail-on-cache-miss: true

Expand All @@ -60,7 +60,7 @@ jobs:
with:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build

- name: Set version
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
with:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build

- name: Set version
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build

- name: Set version
Expand Down

0 comments on commit 1fa1e8f

Please sign in to comment.