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

deploy-edge:
needs: build
Expand All @@ -60,7 +61,7 @@ jobs:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
key: cache-build-${{ github.sha }}
key: ${{ runner.os }}-build

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down Expand Up @@ -149,7 +150,7 @@ jobs:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
key: cache-build-${{ github.sha }}
key: ${{ runner.os }}-build

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down Expand Up @@ -184,7 +185,7 @@ jobs:
path: |
package.json
MFA_(Multi_Factor_Authentication_Assistant)-*.zip
key: cache-build-${{ github.sha }}
key: ${{ runner.os }}-build

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down

0 comments on commit 8654167

Please sign in to comment.