File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ yarn-error.log
2525/tmp
2626/public /system
2727/public /assets
28- /public /packs-test
2928/coverage
3029/spec /tmp
3130
Original file line number Diff line number Diff line change 8181 env :
8282 IMAGE_NAME : ${{ fromJSON(steps.build_push_image.outputs.metadata)['image.name'] }}
8383 run : |
84- docker cp "$(docker create "$IMAGE_NAME")":/app/public/packs/js /. sourcemaps
84+ docker cp "$(docker create "$IMAGE_NAME")":/app/public/assets /. sourcemaps
8585
8686 - name : Create Sentry release
8787 if : ${{ !(github.event_name == 'workflow_dispatch' && github.workflow == 'Publish Image') }}
9494 finalize : false
9595 sourcemaps : sourcemaps
9696 version : ${{ inputs.sha }}
97- url_prefix : ~/packs/js/
97+ url_prefix : ~/assets
9898
9999 update_check_run :
100100 name : Update Check Run
Original file line number Diff line number Diff line change 3232! /.yarn /versions
3333yarn-error \. log
3434/public /assets
35- /public /packs
36- /public /packs-test
3735/node_modules
3836yarn-debug.log *
3937.yarn-integrity
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ export default [
1717 ignores : [
1818 "app/assets/builds/" ,
1919 "node_modules/" ,
20- "public/packs/" ,
2120 "public/assets/" ,
2221 "vendor/" ,
2322 "tmp/" ,
You can’t perform that action at this time.
0 commit comments