Skip to content

Commit

Permalink
ci: specify new zip location for BPP due to package name changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-COLLIN committed Sep 2, 2024
1 parent 12d763f commit 6f0e3e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ jobs:
uses: PlasmoHQ/[email protected]
with:
keys: ${{ secrets.BPP_KEYS }}
chrome-file: releases/${{ steps.package_info.outputs.name }}_${{ steps.package_info.outputs.version }}_chrome.zip
firefox-file: releases/${{ steps.package_info.outputs.name }}_${{ steps.package_info.outputs.version }}_firefox.zip
edge-file: releases/${{ steps.package_info.outputs.name }}_${{ steps.package_info.outputs.version }}_chrome.zip

0 comments on commit 6f0e3e2

Please sign in to comment.