Skip to content

Commit

Permalink
Update browser-extension-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt authored Feb 25, 2025
1 parent 5baede0 commit 71ae5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser-extension-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
- name: Zip Chrome Extension
run: |
cd browser-extensions/chrome/dist
zip -r ../../../aliasvault-chrome-extension.zip .
zip -r ../../../aliasvault-chrome-extension-${{ github.ref_name }}.zip .
- name: Upload Chrome Extension ZIP to Release
uses: softprops/action-gh-release@v2
with:
files: aliasvault-chrome-extension.zip
files: aliasvault-chrome-extension-${{ github.ref_name }}.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 71ae5d0

Please sign in to comment.