Skip to content

Commit 002d9e3

Browse files
committed
Working dir.
1 parent 826516c commit 002d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
steps:
5151

5252
- name: Set Environment variables
53-
working-directory: "/var/platform/${{ matrix.path }}"
5453
run: |
54+
cd /var/platform/${{ matrix.path }}
5555
echo "# Generated by deploy.yml" > .env
5656
echo "LAUNCHPAD_SITE_MANAGER_DOMAIN=${{ matrix.domain }}"" >> .env
5757

0 commit comments

Comments
 (0)