diff options
| author | Dhravya <[email protected]> | 2024-03-30 23:42:34 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 23:42:34 -0700 |
| commit | 857c8e9104b0b868c3d55a06d0b904f727dcb944 (patch) | |
| tree | 73bb1812952d8443443717c37ad4434648b5cded /.github | |
| parent | this should pass (diff) | |
| download | supermemory-857c8e9104b0b868c3d55a06d0b904f727dcb944.tar.xz supermemory-857c8e9104b0b868c3d55a06d0b904f727dcb944.zip | |
trigger workflow
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 638fa6aa..dc1dc80d 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/dist/extension-${{ github.sha }}.zip + path: apps/extensions/dist/extension-${{ github.sha }}.zip
\ No newline at end of file |