Skip to content

Commit e030936

Browse files
committed
Fix stuff
1 parent 266c711 commit e030936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Copy Sourcemaps from Container
5252
run: |
5353
CONTAINER_ID=$(docker create temp-build)
54-
docker cp $CONTAINER_ID:/app/sourcemaps-server ./sourcemaps-server
55-
docker cp $CONTAINER_ID:/app/sourcemaps-client ./sourcemaps-client
54+
docker cp $CONTAINER_ID:/sourcemaps-server ./sourcemaps-server
55+
docker cp $CONTAINER_ID:/sourcemaps-client ./sourcemaps-client
5656
docker rm $CONTAINER_ID
5757
5858
- name: Upload backend sourcemaps to Sentry

0 commit comments

Comments
 (0)