diff options
| author | Dhravya <[email protected]> | 2024-03-31 14:46:45 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-31 14:46:45 -0700 |
| commit | db669375e037243678cf357a6d4c876ba8dcfced (patch) | |
| tree | b1186db0dd7fb449683302e6fed6210b1fe7b6a1 /.github/workflows | |
| parent | update extension: work on all *.dhr.wtf sites (diff) | |
| download | supermemory-db669375e037243678cf357a6d4c876ba8dcfced.tar.xz supermemory-db669375e037243678cf357a6d4c876ba8dcfced.zip | |
(ci): extension path mismatch fix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57168bb0..bdc9d474 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,4 @@ jobs: clientID: ${{ secrets.GOOGLE_CLIENT_ID }} clientSecret: ${{ secrets.GOOGLE_CLIENT_SECRET }} clientRefreshToken: ${{ secrets.GOOGLE_REFRESH_TOKEN }} - extensionFile: apps/extension/extension-${{ github.sha }}.zip + extensionFile: apps/extension/dist/extension-${{ github.sha }}.zip |