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 25d952b commit 67a03a3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
uses: actions/cache@v4
id: build-cache
with:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-chrome-${{ env.VERSION }}.zip
MFA_(Multi_Factor_Authentication_Assistant)-firefox-${{ env.VERSION }}.zip
key: cache-build-${{ github.sha }}
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*-${{ env.VERSION }}.zip
key: cache-build-${{ github.sha }}

deploy-edge:
needs: build
Expand Down

0 comments on commit 67a03a3

Please sign in to comment.