Skip to content

Commit

Permalink
Update package-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OTFlorian authored Jul 1, 2024
1 parent 840a461 commit 430e262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 'lts/*'

- name: Install dependencies
run: npm install -g chrome-extension-cli
run: npm install -g chrome-extension-builder

- name: Create private key file
run: echo "${{ secrets.PRIVATE_KEY }}" > private.pem
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Package Chrome extension
run: |
chrome-extension-cli build --key private.pem --output dist/isnss-extractor.crx .
chrome-extension-builder --key private.pem --output dist/isnss-extractor.crx .
shell: bash

- name: List directory contents after creating CRX
Expand Down

0 comments on commit 430e262

Please sign in to comment.