diff options
| author | Dhravya <[email protected]> | 2024-03-30 23:37:39 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 23:37:39 -0700 |
| commit | ae5d7037113ef8b1bb6c48c6c5e253e1e56b3d09 (patch) | |
| tree | 78799d2926aa21feef50e498fa9f43c5a8374051 /.github | |
| parent | add env manually (diff) | |
| download | supermemory-ae5d7037113ef8b1bb6c48c6c5e253e1e56b3d09.tar.xz supermemory-ae5d7037113ef8b1bb6c48c6c5e253e1e56b3d09.zip | |
this should pass
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/buildextension/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/buildextension/action.yml b/.github/actions/buildextension/action.yml index 48cc1297..638fa6aa 100644 --- a/.github/actions/buildextension/action.yml +++ b/.github/actions/buildextension/action.yml @@ -26,4 +26,4 @@ runs: uses: actions/upload-artifact@v3 with: name: extension-${{ github.sha }} - path: apps/extensions/extension-${{ github.sha }}.zip + path: apps/extensions/dist/extension-${{ github.sha }}.zip |