Skip to content

Commit

Permalink
Fix source map path (#7370)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymetz committed Jan 19, 2024
1 parent 5f630da commit b120c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rainforestqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PUBLIC_RELEASE: true
SOURCE_MAP_URL_BASE: https://pixiebrix-extension-source-maps.s3.amazonaws.com
# Use mv2 because that's currently what the Rainforest build uses, see "npm run build" step below
SOURCE_MAP_PATH: sourcemaps/${{ github.job }}/${{ github.sha }}/mv2
SOURCE_MAP_PATH: sourcemaps/build/${{ github.sha }}/mv2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit b120c2a

Please sign in to comment.