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 17decb4 commit 966835a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Set zip name
run: |
echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
echo ${{ env.version }}
echo "ZIP_NAME=$(echo "MFA_(Multi_Factor_Authentication_Assistant)-chrome-${{ env.version }}.zip")" >> $GITHUB_ENV
echo "env.ZIP_NAME: ${{ env.ZIP_NAME }}, version: ${{ env.version }}"
- name: Cache build files
uses: actions/cache@v4
Expand Down

0 comments on commit 966835a

Please sign in to comment.