Skip to content

Commit

Permalink
(ci): extension path mismatch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 31, 2024
1 parent 86e6a1a commit db66937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/buildextension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/extension/dist/extension-${{ github.sha }}.zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db66937

Please sign in to comment.