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

0 comments on commit d10a06d

Please sign in to comment.